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.
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.
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