Hi all,
I'm running a
java program from command prompt, it has passed compilation and when i run i found this exceptions :
C:\Java-source>java Template.java
Exception in
thread "main" java.lang.NoClassDefFoundError: Template/java
I have the main.class in the directory, so how come it throws java.lang.NoClassDefFoundError?
Please give me any feedbacks
However, this is my source code