Custom Query (172 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (151 - 153 of 172)

Ticket Resolution Summary Owner Reporter
#222 invalid Indirect specification of Java parameter lists taf
Description

I'm upgrading from Java 1.4 to Java 6 by way of OpenJDK6. It seems that use of environmental variables (like CLASSPATH) is now discouraged by the Java community and that command line options are to be used instead. In trying to accomplish this, I've run into some platform limitations: the command line on ECS 2.0 seems to be limited to approx. 256 characters. This is not enough to specify the complete classpath needed in some cases (TCPIP configuration notebook in particular).

Some implementations of the JVM allowed the launcher's (JAVA.EXE) to be specified indirectly:

java.exe -cp @classpathfile classtorun

where the @ character identified a file containing a list of classpath elements.

Is such a facility available for the ECS implementation of OpenJDK6? (I've looked in the doc but haven't found anything so far).

#181 fixed Java GA3 + Odin 0.8.5 breaks JDownloader warpuser
Description

Testing JDownloader V0.9.334 crashes on startup with the GA3 + Odin 0.8.5 build, going back to B24/Odin 0.8.4 resolves the issue. There are 2 entries in popuplog and a log file from java.


07-28-2012 13:43:00 SYS3175 PID 002e TID 0013 Slot 0071 C:\PROGRAMS\JAVA6\BIN\JAVA.EXE c0000005 1e493270 P1=00000001 P2=02951000 P3=XXXXXXXX P4=XXXXXXXX EAX=0e07ac40 EBX=041ffc34 ECX=018aec20 EDX=0094013c ESI=02951000 EDI=0fc2b590 DS=0053 DSACC=d0f3 DSLIM=3fffffff ES=0053 ESACC=d0f3 ESLIM=3fffffff FS=150b FSACC=00f3 FSLIM=00000030 GS=0000 GSACC= GSLIM= CS:EIP=005b:1e493270 CSACC=d0df CSLIM=3fffffff SS:ESP=0053:00da06b0 SSACC=d0f3 SSLIM=3fffffff EBP=00da06c8 FLG=00012202

KERNEL32.DLL 0001:00063270


07-28-2012 13:43:30 SYS3170 PID 002f TID 0013 Slot 0071 C:\PROGRAMS\JAVA6\BIN\JAVA.EXE 041febc9 bd86ac00 P1=06000040 P2=00190000 P3=00010000 P4=1390fb10 EAX=bd86ac00 EBX=00000001 ECX=00000000 EDX=bd86ac07 ESI=041fea8c EDI=041fea28 DS=0053 DSACC=d0f3 DSLIM=3fffffff ES=0053 ESACC=d0f3 ESLIM=3fffffff FS=150b FSACC=00f3 FSLIM=00000030 GS=0000 GSACC= GSLIM= CS:EIP=005b:1dd993fa CSACC=d0df CSLIM=3fffffff SS:ESP=0053:041fe9b4 SSACC=d0f3 SSLIM=3fffffff EBP=041fe9b4 FLG=00012297

#174 invalid FREEMIND crash Wilfried Eike
Note: See TracQuery for help on using queries.