Re: Dealing with the outdated java3d libraires on Mac
Posted by
gouessej on
Mar 12, 2014; 3:06pm
URL: https://forum.jogamp.org/Dealing-with-the-outdated-java3d-libraires-on-Mac-tp4031866p4031867.html
Hi
The user "Runiter" builds Java3D after modifying the package names in order to avoid conflicts with the obsolete versions of Java3D. I wrote in my tutorial that the mechanism of extensions shouldn't be used for that purpose but there are still a lot of people who go on doing so :(
This is the only "solution" I see, I know that it isn't really satisfying. If you find something better, let us know.
Edit.: I haven't found any solution to build a classloader inheriting of the system classloader, respecting the class path but skipping the installed extensions classloader.