Well using JDK1.1.6v3 on Linux it doesn't crash, just an error:
sun.tools.java.CompilerError: stackSize null
gjc 0.6g compile the code with no error.
pizza 0.39g give the following error:
DieNow.java:5: class 'null not found in class DieNow.$anonymous_class0
Panel death = new Panel (null
On your site you said,
ServerSockets may still have problems on occasion. If you can help by
providing an environment where the bug is reproduceable, please contact
me.
I am having this problem exactly...ie...sometimes it works, sometimes it
doesn't. All I know is that the code I'm working with
Vanga:
I think you need to include the classes.zip in your class path as (if you
are not using csh):
"export CLASSPATH=/usr/local/jdk1.1.5/lib/classes.zip". You need to do
this because
the class files of JDK is archieved or zipped in the classes.zip file.
You can NOT unzip
this file but include
Hi,
Did you receive my reply to Bug 112 (now in known bugs)? Is this the same
error that caused you earlier error message?
Thanks,
Kevin
--
Kevin B. Hendricks
Associate Professor, Operations & Information Technology
School of Business, Co
I am trying to use jdk1.1.5 (jdk1.1.5-v5-libc5) on redhat 5.0.
Compiler is exiting with error
"Cannot find essential class 'java/lang/Object' in class library...
aborting"
I defined the CLASSPATH - /usr/local/jdk1.1.5/lib
JAVA_HOME - /usr/local/jdk1.1.5 (jdk is unpacked here)
LD_LIBRARY_PATH - /us