summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-11-28 15:33:20 +0100
committerAndreas Maunz <andreas@maunz.de>2012-11-28 15:33:20 +0100
commitad32d779ac5cfce30683c38670b82e6fd34529b3 (patch)
treeba276534dc71087beadb97c10bbafcea53c9a64c
parentcb5359b81c4a23b8a6967dc6abc46e959847fbee (diff)
Update config.sh
-rwxr-xr-xconfig.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.sh b/config.sh
index 6cb064d..4b68983 100755
--- a/config.sh
+++ b/config.sh
@@ -11,8 +11,8 @@ OT_BRANCH="oldarch" # Maturity (development -you need SSH key a
# 2) Where all binaries are installed.
OT_PREFIX="$HOME/opentox-ruby"
-OT_JAVA_HOME="/usr/lib/jvm/java-6-openjdk"
-# USE THIS FOR 64BIT: OT_JAVA_HOME="/usr/lib/jvm/java-6-openjdk-amd64"
+OT_JAVA_HOME="/usr/lib/jvm/java-6-openjdk" # THIS IS FOR 64BIT
+# OT_JAVA_HOME="/usr/lib/jvm/java-6-openjdk-i386" # THIS IS FOR 32BIT
# 3) What versions to install.
RUBY_NUM_VER="1.8.7-2012.02"