Login  Register

Re: Dealing with the outdated java3d libraires on Mac

Posted by rthur on Mar 13, 2014; 8:14pm
URL: https://forum.jogamp.org/Dealing-with-the-outdated-java3d-libraires-on-Mac-tp4031866p4031891.html

Programmatically being able to tell the JVM to ignore the extension directories would be very ideal - I'm still trying to figure out a way to do this via a custom class loader (I'll post it here if I get it to work).

We're using this for a university assignment, which unfortunately means we're subject to some rather idealistic requirements - our application must be bundled as a single jar, and the user needs to be able to just "double-click it".
Having a separate launcher that would run our Jar with -Djava.ext.dirs="" would otherwise be a pretty easy solution to this mess.

Cheers,

Arthur