Custom Query (172 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (61 - 63 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.

#63 duplicate Program (GenJ) will normally not start elygre
Description

When starting GenJ it will most often not start. The only solution so far is to reboot (many times). When it don't start the PC is standing with a cpu utilization of 99,9% for about one minute before GenJ stops. The message in the Command Window is:

[D:\Programs\Genj]java -Xmx512m -Xms32m -jar run.jar

SYS1808: The process has stopped. The software diagnostic code (exception code) is 0005.

It seems as if the program has started, then I can restart it many times in the same session. If I have to reboot of some reason I most often have to reboot many times before GenJ will start.

Note: See TracQuery for help on using queries.