Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Technology Project and PMC » Error occurred during initialization of VM
Error occurred during initialization of VM [message #573413] Thu, 22 August 2002 03:54
tiger is currently offline tigerFriend
Messages: 3
Registered: July 2009
Junior Member
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
Previous Topic:Eclipse Manual and Conditional Breakpoints
Next Topic:Newbie: Couple questions about Eclipse
Goto Forum:
  


Current Time: Fri May 10 22:59:55 GMT 2024

Powered by FUDForum. Page generated in 0.03722 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top