I’m a beginner, trying to get this thing up and running on MacOS X.
Followed this instruction:
Unset your CLASSPATH environment variable:
The Ant build requires that the Jogl jars not be visible on the classpath. On Unix, type unsetenv CLASSPATH into a csh or tcsh shell, or set CLASSPATH=; export CLASSPATH into a Bourne shell. On Windows, type set CLASSPATH= into a command prompt.
4.
Since I’m running bash, I did CLASSPATH=; export CLASSPATH
yes, very explicitly, very carefully. Invoked the build from the very next line:
Leilani:~/Programs/java/jogl/make ken$ set CLASSPATH=; export CLASSPATH
Leilani:~/Programs/java/jogl/make ken$ ant macosx
But still I got the message:
BUILD FAILED
/Users/ken/Programs/Java/jogl/make/build.xml:356: The following error occurred while executing this line:
/Users/ken/Programs/Java/jogl/make/validate-properties.xml:55: ******************************************************************
** Your CLASSPATH environment variable appears to be set (some **
** JOGL classes are currently visible to the build.) This can **
** cause the build to fail. Please unset your CLASSPATH **
** variable and restart the build. **
******************************************************************
- How do I tame this thing?
- Should I be downloading the built binary instead of building it?
- If so, where should I put jogl.jar on a vanilla Panther installation?
Using: apache-ant-1.6.2, antlr-2.7.4, MacOS 10.3.5