Re: Dealing with the outdated java3d libraires on Mac
Posted by
gouessej on
Mar 14, 2014; 6:48am
URL: https://forum.jogamp.org/Dealing-with-the-outdated-java3d-libraires-on-Mac-tp4031866p4031897.html
You can set it extremely early in your source code by calling System.setProperty(). Anyway, "runnable" JAR is not a reliable way of deploying applications as even the default archiver may open it as a ZIP instead of using Java, this is one of the known problem. Java Web Start has become harder to use...