i'm java beginner .trying to write my first java program with drjava IDE
public class Assignment01
{
public static void main(String[] args)
{
System.out.println("My name is Trevor");
System.out.println("I am 17 years old");
System.out.println("My favorite sports are Skiing and Ping-Pong.");
}
}
but when i compile got the unexpected error
File: (no associated file) [line: (no source location)]
Error: java.lang.NoClassDefFoundError: com/sun/tools/javac/util/Context
what to do?what it means?
2007-07-04
11:33:21
·
2 answers
·
asked by
agostino faria f
2
in
Computers & Internet
➔ Programming & Design