PB With Java Embedded Server! Pls Help
843830Aug 15 2001 — edited Aug 16 2001I'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)