| Author |
server.sh gives error as Exception“main” java.lang.NoClassDefFoundError:
|
John Bates
Greenhorn
Joined: May 31, 2012
Posts: 9
|
|
I am trying to start the "Program D" from the terminal,
following this instructions (http://www.noendpress.com/caleb/ALICE101_MacOSX/)
command in terminal "sh server.sh" gives me following error
My Server.sh file
|
 |
Greg Charles
Bartender
Joined: Oct 01, 2001
Posts: 2539
|
|
Java is searching your classpath and not finding the class you're asking it to load. PROGRAMD_CLASSPATH isn't defined in your server.sh file. Is it defined somewhere else?
|
 |
 |
|
|
subject: server.sh gives error as Exception“main” java.lang.NoClassDefFoundError:
|
|
|