Compile

Silver-J

Compile
Previous Top Next

To compile a project go to
  Run -> Compile

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

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 compile or run.