Re: Dealing with the outdated java3d libraires on Mac
Posted by
gouessej on
Mar 13, 2014; 3:11pm
URL: https://forum.jogamp.org/Dealing-with-the-outdated-java3d-libraires-on-Mac-tp4031866p4031887.html
Why is it problematic for you to use "-Djava.ext.dirs="""? Actually, this is the best solution to me as the impact is only on your own application, you don't modify the system, your end users don't have to uninstall their extensions, you just specify that your application is going to ignore their extensions. I find your trick acceptable but I would like to know why you don't consider that as a "good" solution.
I will probably use it for my JOGL application because some developers have the bad idea of installing JOGL 1 directly in the JVM :s
Edit.: I will update my tutorial soon.