Re: Dealing with the outdated java3d libraires on Mac
Posted by rthur on Mar 19, 2014; 11:00pm
URL: https://forum.jogamp.org/Dealing-with-the-outdated-java3d-libraires-on-Mac-tp4031866p4031998.html
No problem, thanks for all your help with this.
I still haven't gotten the classLoader to work properly - it still fails when checking the signature of some methods, I don't think there's much I can do about that..
I looked into using System.exec() (well process builder), but it felt pretty sketchy to be launching our own application again, and relying on the environment variable JAVA_HOME.