| Author |
Help netbeans saying No main class found
|
Scott Emberson
Greenhorn
Joined: Apr 15, 2009
Posts: 3
|
|
Hi
i have to creat a program to convert from miles to killometer and vice versa i think i have writen all the code right. When i got to run it say no main class found ( i am useing netbeans 6.5.1) any ideas
|
 |
Scott Emberson
Greenhorn
Joined: Apr 15, 2009
Posts: 3
|
|
|
there is only one class
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19216
|
|
That's not an application but an applet. The two have totally different entry points; applications must have a "public static void main(String[])" method.
Try to change the way you want to run your applet; in Eclipse, the Run submenu has several options. No doubt Netbeans does too.
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
Scott Emberson
Greenhorn
Joined: Apr 15, 2009
Posts: 3
|
|
|
thanks
|
 |
 |
|
|
subject: Help netbeans saying No main class found
|
|
|