Don't hesitate but look into your project files after you have built your project for the first time. Look for a manifest file and choose open with notepad.
Add the line:
Main-Class: package.myMainClassName
Where package
is your package and myClassName
is the class with the main(String[] args)
method.