I\'m new to Java and tried to get things running on my computer.
A simple \"hello world program\" fails calling a method
class helloworld {
first you focus on your error.. solution of error is (
abstract class HelloWorld { public abstract void(String[] args);
you shoud try this ;)