From 57c6991edb18e70e72a54068420b000d5bcc0772 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Tue, 18 Oct 2011 07:04:34 +0200 Subject: Add solaris 64bit JVM comment --- make/scripts/setenv-build-jogl-x86_64.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'make') 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 -- cgit v1.2.3