Run Application

Silver-J

Run Application
Previous Top Next

If your project is of Application type then to run your project go to
Run -> Run Application

or press ALT+R key.

There must have a valid JDK(Java Development Kit) path.
You can change your path by going to Run -> Options.

Remember there must have one java class in your project to run.

You can see error on Errors List at the bottom.

You can change the main class of your project by going to Run-> Main Class.
here you can change the java class that you want to run.