Re: I can't have JOGL built...
Posted by Wade Walker on
URL: https://forum.jogamp.org/I-can-t-have-JOGL-built-tp2922983p2923539.html
Maybe you have both the JRE and JDK in your path? The JDK bin dir should be the only Java thing in your path. JAVA_HOME also needs to be set to the JDK dir. These commands should all work from your DOS shell:
java -version
javah -version
javac -version