diff options
author | Sven Gothel <[email protected]> | 2011-10-18 07:04:34 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-10-18 07:04:34 +0200 |
commit | 57c6991edb18e70e72a54068420b000d5bcc0772 (patch) | |
tree | d269cfaae362416b75ab28041f4726720372745a | |
parent | 13488392fcd8f9253f82557158cd1e7c45c36e41 (diff) |
Add solaris 64bit JVM comment
-rw-r--r-- | make/scripts/setenv-build-jogl-x86_64.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/make/scripts/setenv-build-jogl-x86_64.sh b/make/scripts/setenv-build-jogl-x86_64.sh index 695bede..4003e8b 100644 --- a/make/scripts/setenv-build-jogl-x86_64.sh +++ b/make/scripts/setenv-build-jogl-x86_64.sh @@ -27,6 +27,8 @@ if [ -e /opt-linux-x86_64/jre6 -a -e /opt-linux-x86_64/j2se6 ] ; then fi if [ -e /opt-solaris-x86_64/jre6 -a -e /opt-solaris-x86_64/j2se6 ] ; then + # make a symbolic link: /opt-solaris-x86_64/jre6/bin/amd64/bin$ ln -s . bin + # since ant looks for $JAVA_HOME/bin/java and we need to force the 64bit JVM J2RE_HOME=/opt-solaris-x86_64/jre6/bin/amd64 JAVA_HOME=/opt-solaris-x86_64/j2se6/bin/amd64 PATH=$J2RE_HOME:$JAVA_HOME:$PATH |