hi users

I need to know why i'm facing these bugs even after compiling the programs 

is it due to the clasapath settings or any other problem
please suggest me what can i do 


[sda_...@cad44 ~/Desktop]$ java SecondHop
Exception in thread "main" java.lang.NoClassDefFoundError: SecondHop
Caused by: java.lang.ClassNotFoundException: SecondHop
        at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
Could not find the main class: SecondHop.  Program will exit.
 
-- 
View this message in context: 
http://www.nabble.com/even-after-compiling-the-hop-1-and-hop-2-program-tp24567670p24567670.html
Sent from the Jackrabbit - Users mailing list archive at Nabble.com.

Reply via email to