Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

jswdk1.0.1 path statement needed

Status
Not open for further replies.

cmmrfrds

Programmer
Feb 13, 2000
4,690
US
I have seen a typical path/classpath statement(s) on this forum before. Can anybody show what should be in them for jswdk101. I had jswdk101 set up and working on my PC, but lost my hard drive and the documentation I had for jswdk101. I can't get it to startup again after rebuilding my hard drive and reinstalling everything.

I get a classnotfound..... when trying to start jswdk101.

Any suggestions will be appreciated.
 
I still can't seem to get it right. I know I had to do some trial and error the first time I set it up. I plan on installing a Travan tape drive for backup, I have a Ditto drive which I never did get to work. I don't want to go through this again.

C:\WINDOWS\Desktop>cd c:\jswdk101
C:\jswdk101>java startserver.bat
Exception in thread "main" java.lang.NoClassDefFoundError: startserver/bat

My Paths in the AutoExec

path C:\WINDOWS;C:\WINDOWS\COMMAND;C:\JDK1.3\LIB;C:\JDK1.3\BIN;c:\jdk1.3\lib\tools.jar;c:\jswdk101\lib;c:\jswdk101\bin;c:\jswdk101\webserver.jar;c:\jdk1.3\lib\dt.jar

SET CLASSPATH=C:\JDK1.3\LIB;C:\JDK1.3\BIN;c:\jdk1.3\lib\tools.jar;c:\jswdk101\lib;c:\jswdk101\bin;c:\jswdk101\webserver.jar;c:\jdk1.3\lib\dt.jar

I cut down startserver.bat to just executing.
java c:\jswdk101\Startup

Help!

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top