Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.03 KB

README.md

File metadata and controls

21 lines (15 loc) · 1.03 KB

java-sandbox

The Eclipse project for SCSI's Java Sandbox tool. Perfect for beginners who want to learn Java code without complicated Object Orientation or IDEs. Download the latest version here.

Developing

While developing, Eclipse will launch any Java files with the JDK, so you can just Run GUI.java and you will have the ability to compile and run code in the sandbox.

Building

When running outside of Eclipse, Java will by default use the installed JRE (which does not support code compilation and execution). So, Launcher.java exists to find an installed JDK and launch the GUI with the JDK. Please build the following directory structure when looking to distribute to users:

/
  /bin
    Launcher.jar (Launcher.java)
  /lib
    Sandbox.jar (GUI.java)
  /license
    licenses
  /themes
    themes