File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33# This script runs Processing, using the JDK in the Processing
44# installation directory if possible.
5- #
5+
66# If no JDK was installed with Processing then the script tries to use
77# the preferred Java version of the machine, i.e. what is executed
88# by the "java" console command. This must be a Sun JDK (for details, see
99# http://processing.org/reference/environment/platforms.html#java).
10- #
10+
1111# In order to run Processing with an already installed JDK that is *not*
1212# the preferred Java version of the machine, create a symlink named "java"
1313# in the Processing installation directory that points to the JDK home
1414# directory.
1515
16+ # Thanks to Ferdinand Kasper for this build script. [fry]
17+
1618
1719# JARs required from JDK (anywhere in/below the JDK home directory)
1820JDKLIBS=" rt.jar tools.jar"
You can’t perform that action at this time.
0 commit comments