| 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...
|
 |
 |
|
|
subject: running applications
|
|
|