Hi
Hope there's room for some beginners,I'm gettin this error "java.lang.NoSuchMethodError: main
Exception in thread "main" " for the following code,
"import java.applet.Applet;
import java.awt.Graphics;
public class HelloWorld extends Applet {
public void paint(Graphics g) {
g.drawString("Hello world!", 50, 25);
}
}"
I think some binary files are missin, but where do I get them from??
Hope there's room for some beginners,I'm gettin this error "java.lang.NoSuchMethodError: main
Exception in thread "main" " for the following code,
"import java.applet.Applet;
import java.awt.Graphics;
public class HelloWorld extends Applet {
public void paint(Graphics g) {
g.drawString("Hello world!", 50, 25);
}
}"
I think some binary files are missin, but where do I get them from??