Re: "No Jar name in..." Errors
Posted by
gouessej on
Mar 25, 2013; 5:36pm
URL: https://forum.jogamp.org/No-Jar-name-in-Errors-tp4028798p4028806.html
JogAmp APIs support Java Web Start. The "fat JAR" approach isn't supported yet. You can make it work, a few users succeeded in doing so but it will be a bit tricky. Maybe some contributors could write a proper request for enhancement so that the developers can just merge all JARs into one and load the native libraries from it.
You can manually load the DLLs in your code and deploy them as separate files.