my dog learned polymorphism
The moose likes Beginning Java and the fly likes running applications Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "running applications" Watch "running applications" New topic
Author

running applications

Benjoe Reyes
Ranch Hand

Joined: Apr 24, 2002
Posts: 109
finally my "jar problem" had blown away...
but there is another problem... when i am running some test codes or any java programs for that matter i always get the message:
Exception in thread "main" java.lang.NoClassDefFoundError <class name>
i compiled it (javac <file.java> but i still get this message.
i used to run it direct in Context editor then i tried in DOS console in the file's directory but to no avail
thanks
tormod eriksen
Ranch Hand

Joined: Jan 23, 2002
Posts: 52
Have you correctly set the classpath to the directory where the classfile is? (you can also set current directory (.) in the classpath)
Benjoe Reyes
Ranch Hand

Joined: Apr 24, 2002
Posts: 109
i think i got it... i was looking at the autoexec.bat file and saw that my oracle 9i also has an SDK bin set at the PATH. when i deleted the line all went well...
thanks...
 
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: running applications
 
Similar Threads
java and bootclasspath
Error when using xml tags
FindBusinessExample problem
problems with ant ftp task in maven
web.xml problem