Re: Move to native jar: nearly there, but not quite
Posted by
Sven Gothel on
May 14, 2012; 5:47am
URL: https://forum.jogamp.org/Move-to-native-jar-nearly-there-but-not-quite-tp3982739p3985233.html
I agree w/ Julien here.
However, if you really must deploy your app as one JAR file,
you may like to chose the jar-in-jar solution as described
in Bug 522 / Comment 7 / Test 2:
<
https://jogamp.org/bugzilla/show_bug.cgi?id=522#c7>
Yes, it's Eclipse related, i.e. the JAR-IN-JAR is produced by Eclipse
and I haven't test the creation with a vanilla JDK/Ant or NB.
However, as long the JogAmp JAR file names and content
are 'somewhat' preserved .. you can encapsulate them as shown.