|
How to generate main method stub in Eclipse
I know how to generate main method stub in Eclipse while declaring a class using Eclipse wizard for class creation. But if I don't check the "Generate main method" preference, how can later I generate main method stub.
I don't want to manually write the code.
Please advice.
|