Custom Query (172 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (115 - 117 of 172)

Ticket Resolution Summary Owner Reporter
#60 fixed Provide com.sun.image.codec.jpeg package dmik
Description

The com.sun.image.codec.jpeg package (used to load and save JPEG images) is non-standard, not required by the Java specs, and therefore is missing from OpenJDK. In the modern JDKs, it is superseded by the respective classes from the standard javax.imageio package.

Since this package is however used by some old (pre 1.4) Java applications, IcedTea? people (those who provides Unix builds of OpenJDK) created a simple implementation of this package that redirects essential methods to the respective javax.imageio classes.

We should take this implementation as well because there are applications like Jedit/2 that still use it.

#61 fixed java.io.WinNTFileSystem.getSpace() crashes dmik
Description

This method wants to use GetVolumePathName?() but it is not implemented in Odin.

#64 fixed Java.exe outputs to stderr Yoda_Java6
Description

Seems like all output from running java.exe from CMD goes to stderr. All OS/2 apps have always sent output to stdout, and that is what all OS/2 tools expect.

Previous Java versions did the same !

EX:

(I want to know how to use Java:)

Java.exe -? | more

...everything scrolls out of screen ... :-(

We need Java6 to have OS/2 personality, as all other OS/2 apps - and all previous JAVA versions.

Note: See TracQuery for help on using queries.