question at java;
my program of java is:
class Jss{
public static void main(String
args[]){
System.out.println("JSSATE,Noida");
}
}
in it my program compiles and dot class file occurs,
but my promgram do not run,
and it gives the error
"Exception in thread "main"
java.lang.NoClassDefFoundError: Jss"
This type of error come in my all program, then please give me
suggestion for solve this type of problem.