Hello World [message #1656397] |
Sat, 07 March 2015 08:44  |
Eclipse User |
|
|
|
Hello eclipse user. I'm Boris from Germany and would like to learn eclipse (JAVA). Since I have dirctly a problem with the first tutorial I would like to ask you for help.
I have created the project and this is my program:
public class TESTWORLD {
public static void main(String[] args) {
// TODO Auto-generated method stub
}
System.out.println("Hello world!");
}
When I compile the program the following message appears:
Errors exist in requires projects:
Hello World
Proceed with launch?
When I proceed the following message appears within the compiler:
Exception in thread "main" java.lang.Error: Unresolved compilation problem:
at TESTWORLD.main(TESTWORLD.java:4)
Can someone help? Thank you!
Best regards,
Boris
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.57616 seconds