Error occurred during initialization of VM [message #18225] |
Wed, 21 August 2002 23:54  |
Eclipse User |
|
|
|
Originally posted by: chinakapok.sina.com
Hello, I'm a newer to use the Eclipse platform.
After I create a new "Java" project and write a simple program.
When I run it, error occur as below,
_____________________________________________
"Error occurred during initialization of VM
java/lang/NoClassDefFoundError: java/lang/Object"
_____________________________________________
Below is my program
_______________________________________________
public class SimpleProgram {
public static void main(String[] args) {
System.out.println("This is a simple program.");
}
}
_______________________________________________
I don't known why?
Thanks in advance.
tiger
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03336 seconds