Ezzaral
Posting Genius
15,985 posts since May 2007
Reputation Points: 3,250
Solved Threads: 847
This is different... and I think I am not bothering anyone by submitting a new thread in my acount here.
If you don't want to help, you don't have to reply to my thread.
thanks
actually, Ezzaral is helping, and he is right: the sollution to this problem is mentioned in that other thread.
an applet is not supposed to have a main method, so if you're being bugged for one while running it, you're not running it the way you should be running an applet.
for some reason, your system thinks it's trying to run a standard Java application, instead of an applet
stultuske
Posting Sensei
3,110 posts since Jan 2007
Reputation Points: 1,114
Solved Threads: 432
one last time:
you are running an applet as a Java application.
if you were not doing that, it wouldn't go looking for a main method.
so, sollution => run your applet as an applet.
this has been suggested to you several times, don't just ask, read the replies and try the suggestions out. you would've finished your work hours (if not days) ago
stultuske
Posting Sensei
3,110 posts since Jan 2007
Reputation Points: 1,114
Solved Threads: 432
This is different... and I think I am not bothering anyone by submitting a new thread in my acount here.
If you don't want to help, you don't have to reply to my thread.
thanks
No, it is not different. It is the same error that you inquired about in the other thread. And as far as "bothering anyone", you're violating this clause in the Keep It Organized rule of our forumsDo not flood the forum by posting the same question more than oncePerhaps you should review them before starting more threads for the same issue.
Ezzaral
Posting Genius
15,985 posts since May 2007
Reputation Points: 3,250
Solved Threads: 847