mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
adding attribution
This commit is contained in:
Vendored
+4
-2
@@ -2,17 +2,19 @@
|
||||
|
||||
# This script runs Processing, using the JDK in the Processing
|
||||
# installation directory if possible.
|
||||
#
|
||||
|
||||
# If no JDK was installed with Processing then the script tries to use
|
||||
# the preferred Java version of the machine, i.e. what is executed
|
||||
# by the "java" console command. This must be a Sun JDK (for details, see
|
||||
# http://processing.org/reference/environment/platforms.html#java).
|
||||
#
|
||||
|
||||
# In order to run Processing with an already installed JDK that is *not*
|
||||
# the preferred Java version of the machine, create a symlink named "java"
|
||||
# in the Processing installation directory that points to the JDK home
|
||||
# directory.
|
||||
|
||||
# Thanks to Ferdinand Kasper for this build script. [fry]
|
||||
|
||||
|
||||
# JARs required from JDK (anywhere in/below the JDK home directory)
|
||||
JDKLIBS="rt.jar tools.jar"
|
||||
|
||||
Reference in New Issue
Block a user