Topic: Article : Write a Standalone Java Application Without a Main Method (Read 547 times)
Robot
I am a fanatic. So?
Posts: 547
1192 credits Members referred : 0
« on: Nov 16, 2005, 07:01:04 PM »
Normally, you need a main method in a Java class if you want to run that class from the command line. However, there is a little trick that allows you to run one without a main method.