Skip to content

A beginner's tool to run Java code without Object Orientation or IDEs

Notifications You must be signed in to change notification settings

openscsi/java-sandbox

Repository files navigation

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

About

A beginner's tool to run Java code without Object Orientation or IDEs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages