Re: Survey: does this crash your compiler?

1998-08-22 Thread Paul Ho
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

ServerSocket Bug

1998-08-22 Thread Scott Jappinen
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

Re: javac (jdk1.1.5) exiting without compiling

1998-08-22 Thread Zhichao Hong
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

My reply to Bug 112 (now in known bugs)

1998-08-22 Thread Kevin B. Hendricks
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

javac (jdk1.1.5) exiting without compiling

1998-08-22 Thread Vanga Reddy
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