Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

PB With Java Embedded Server! Pls Help

843830Aug 15 2001 — edited Aug 16 2001
I'm trying to install the Java Embedded Server Framework and I did it like this! I extracted setup.class into g:\jes2.0. My jdk is installed in "G:\winnt\jdk\bin".

I add "g:\jes2.0" to my environment variable based on the help file

"Make sure your CLASSPATH environment variable contains . (the current directory) at the beginning of the list."

Is this correct?

Then when I type this in the Command Prompt, this happens :

G:\>cd jes2.0

G:\jes2.0>java setup
Exception in thread "main" java.lang.NullPointerException
at java.io.RandomAccessFile.open(Native Method)
at java.io.RandomAccessFile.<init>(RandomAccessFile.java:98)
at setup.loadOffsetTable(ArchiveClassLoader.java:344)
at setup.instantiateArchiveReader(ArchiveClassLoader.java:155)
at setup.<init>(ArchiveClassLoader.java:136)
at setup.main(ArchiveClassLoader.java:1079)
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 13 2001
Added on Aug 15 2001
1 comment
86 views