Login  Register

Re: Move to native jar: nearly there, but not quite

Posted by LordSmoke on May 14, 2012; 6:53am
URL: https://forum.jogamp.org/Move-to-native-jar-nearly-there-but-not-quite-tp3982739p3985290.html

Thanks for the speedy feedback. I am not a Web developer, so the Web start stuff looks like classic Greek to me. However, I think I have found a solution. I exclude the platform-specific jars from the application jar package and just include them with the app in a .zip file. It is not unreasonable for me to have my users unzip that file into the application directory. That seems to work fine on OS X, Windows, and Linux. They can delete the unneeded ones if they wish.

Now, to look at Java3D, again. :)

Again, thanks.