Custom Query (172 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (97 - 99 of 172)

Ticket Resolution Summary Owner Reporter
#51 fixed java.library.path is incorrectly initialized with PATH instead of LIBPATH dmik
Description

This results into the inability to find native JNI DLLs of third party applications (such as TCPCFG2 or LVMGUI, see #49).

#59 fixed IzPack based installers sometimes SIGABRT at exit dmik
Description

Sometimes I get this

Killed by SIGABRT
pid=0x00cf ppid=0x00ce tid=0x0010 slot=0x00a8 pri=0x0200 mc=0x0001
D:\CODING\JAVAOS2\OPENJDK\BUILD-PRODUCT-RELEASE\BIN\JAVA.EXE
Process dumping was disabled, use DUMPPROC / PROCDUMP to enable it.

when the installer finishes execution. This looks harmless though: all the job seems to be done.

#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.

Note: See TracQuery for help on using queries.