View Single Post
  #1 (permalink)  
Old June 22nd, 2002
stony stony is offline
Novicius
 
Join Date: June 22nd, 2002
Posts: 2
stony is flying high
Unhappy java.lang.InternalError: not implemented yet

Hi!
I need your help with java 1.4, cause it is said to be way faster then 1.3. LimeWire is working fine with 1.3.1_xx, but with any version of 1.4 (1.4.0,1.4.0_01,1.4.1 beta) I get nothing then error messages. I tried too methodes to start it. I tried the java from sdk and jre (but the are identical, aren't they?). I also set JAVA_HOME, even if I think this should be not required, and path respectiv to the version.

The first one is alos not running with 1.3 uses "java -jar RunLime.jar" immedeatly drops the follow lines and quit:

Exception in thread "main" java.util.zip.ZipException: No such file or directory
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:112)
at java.util.jar.JarFile.<init>(JarFile.java:117)
at java.util.jar.JarFile.<init>(JarFile.java:55)

The second method using
"java -cp.:LimeWire.jar:collections.jar:xerces.jar:jl011. jar com.limegroup.gnutella.gui.Main" (in one line) show a grey solid window and after that continously (without quiting) drops the following lines:

java.lang.InternalError: not implemented yet
at sun.awt.X11SurfaceData.getRaster(X11SurfaceData.ja va:155)
.
.
.
at java.awt.EventDispatchThread.run(EventDispatchThre ad.java:99)

Anyone knowing tghe solution?
Reply With Quote