Java runtime error. Exception in thread "main" java.lang.NoClassDefFoundError: /
Hi
I tried compiling a sample java program in jdk/bin and its working fine in linux box.
I need to run this java program in a different location.
I have set PATH and classpath. But whil running , i get Exception in thread "main" java.lang.NoClassDefFoundError: /
1. javac -classpath <gave the required jar file path here separated by :> Test.java
2. java -classpath <gave the required jar file path here separated by :> . Test
Please help me
|