Hi, I am a contractor an dth earea that I am in i sgoing Java, so I am trying to learn Java. I got a book and am trying to run a basic first program. But when I run the program I get this message:
Exception in thread "main" java.lang.NoClassDefFoundError: Saluton/Java
and the prrogram in the book that is being used is:
class Saluton {
public static void main (String[] arguments){
String greeting = "Salutation mondo!";
System.out.println(greeting);
}
}
I am using the jdk1.5.0_08 for the development program
If anyone has any ideas as to what I ma doing wrong I would really appreciate it.
Thank You
Exception in thread "main" java.lang.NoClassDefFoundError: Saluton/Java
and the prrogram in the book that is being used is:
class Saluton {
public static void main (String[] arguments){
String greeting = "Salutation mondo!";
System.out.println(greeting);
}
}
I am using the jdk1.5.0_08 for the development program
If anyone has any ideas as to what I ma doing wrong I would really appreciate it.
Thank You