From 406995b6516328f2742ba5010dd819d28aed5b14 Mon Sep 17 00:00:00 2001 From: benfry Date: Tue, 11 Aug 2009 20:07:51 +0000 Subject: [PATCH] adding attribution --- build/linux/dist/processing | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build/linux/dist/processing b/build/linux/dist/processing index d0737d768..43b1593ca 100755 --- a/build/linux/dist/processing +++ b/build/linux/dist/processing @@ -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"