Login  Register

Re: How to enable Gluegen (Java3D) on Java 9

Posted by Predrag Bokšić on Dec 08, 2017; 2:22am
URL: https://forum.jogamp.org/How-to-enable-Gluegen-Java3D-on-Java-9-tp4038338p4038392.html

Julien, if I am wasting your time, please be free to interrupt me. Here, I have many different operating systems installed. The MacOS is inconvenient for work with because it is contained in the VirtualBox. (By contrast, VMware has much more amazing capabilities.) I've hoped that I could set up a "build environment" entirely on a single operating system in analogy with the automated build environment that you probably have. It would be nice to have the option to switch the operating systems and perform something like:
ant clean
ant build windows
ant clean
ant build macos sdkdir=~/macos_sdk/
...
The difference would be the include path.

I know that the command "ant build all" does not build all the native libraries. Windows and Linux natives are good, individually. Should I forget about all this now? :-)