aspose file tools
The moose likes Mac OS and the fly likes server.sh gives error as Exception“main” java.lang.NoClassDefFoundError: Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » Mac OS
Reply Bookmark "server.sh gives error as Exception“main” java.lang.NoClassDefFoundError:" Watch "server.sh gives error as Exception“main” java.lang.NoClassDefFoundError:" New topic
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: 2538
    
  10

John Bates wrote: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




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?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: server.sh gives error as Exception“main” java.lang.NoClassDefFoundError:
 
Similar Threads
classpath trouble
ClassNotFoundException error
Exception in thread "main" java.lang.NoClassDefFoundError
Terminal Error when Loading .class
java unable to recognize class where my IDE does