Originally posted by Sasha McGrath:
What do I put in the "Main class" field? There is another tab called, "Arguments". Do the arguments of my program go in the "Program Arguments" field or the "VM Arguments" field?
"Main class" field should be pointing to your, well, main class ! (The one having the "main" method. Just hit the "search" button and choose.
"Program Arguments" is for the arguments which you need to pass to your application, the ones captured by
String args[].
"VM Arguments" is for the options you might pass for the "java" command. e.g. -verbose or -classpath