Re: appbundler jogl jnilib dylib one-jar confusion
Posted by
nyholku on
Nov 24, 2012; 11:37am
URL: https://forum.jogamp.org/appbundler-jogl-jnilib-dylib-one-jar-confusion-tp4027169p4027172.html
On 24.11.2012 13.26, "gouessej [via jogamp]"
<
[hidden email]> wrote:
>
>
> Hi
>
>
>There is no confusion. gluegen.jar is never required whereas
>gluegen-rt.jar is necessary. The automatic extraction and loading of
>native libraries from JARs seem to work in Eclipse but not in One-JAR
>because the latter does not know the native libraries are in some JARs.
>
>
>Maybe consider using Java Web Start, IzPack, GetDown or any other
>installer.
>
>
>
>
> Julien Gouesse
Hi Julien,
thanks for answering, I appreciate it.
Your answer clarifies some of the issues but still some remain:
Should it be .dylib or .jnilib with JOGL on Mac?
For this particular application Web Start is not an option
though I like it a lot and use it in an other application.
Thanks for pointing out IzPack and Getdown. I may end up
using one of those for Linux and Windows but Mac users
shun installers and don't want to hear about them. What
they want is an .app bundle and that is what is not
working for me. I need to figure out why appbundler
bundled single .jar file that works by itself does not
work when it is launched with appbundlers JavaApplicationStub.
best regards and thanks, Kusti
>