I have downloaded a java developers kit for my 64bit windows 7, wrote down my code in the notepad, though the code is compiling from the command prompt and creating a .class fil
You must provide with the code.
Anyway, from the Java Docs, class ClassNotFoundException:
Thrown when an application tries to load in a class through its string name using:
- The
forNamemethod in class Class.- The
findSystemClassmethod in class ClassLoader.- The
loadClassmethod in class ClassLoader.but no definition for the class with the specified name could be found.
Must read link : Tip: Causes of java.lang.ClassNotFoundException