Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_java_server thread: PB with Java Embedded Server Framework


Message #1 by Dominic Guan <omnigunk@t...> on Thu, 16 Aug 2001 04:06:47 +0800
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)

What is wrong? Sorry for this but I only just recent;y learned Java but I 
had to dwell into unknown territory to learn! 


Omnigunk Corp. 
All Rights Reserved 


  Return to Index