Mudshark
Well-Known Member
So there i was, feeling a bit bored and I decided to check out my coding skills. Havent coded for a looooong time. I downloaded Java (JDK with JRE) and I started with the world famous HelloWorld programming.
I get an error message when I try and compile it. The error message is that the class is not specified. Even when I copy/paste an example of the code, I get the same message. The first line of code is:
public class HelloWorld
Surely this is correct? Can anybody suggest anything? I am out of ideas.
I get an error message when I try and compile it. The error message is that the class is not specified. Even when I copy/paste an example of the code, I get the same message. The first line of code is:
public class HelloWorld
Surely this is correct? Can anybody suggest anything? I am out of ideas.