Run Applet

Silver-J

Run Applet
Previous Top Next

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

or press ALT+A 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.