Login  Register

Re: UnsatisfiedLinkError when trying to use JOGL in an Eclipse plugin

Posted by Sven Gothel on Jul 21, 2011; 10:45pm
URL: https://forum.jogamp.org/UnsatisfiedLinkError-when-trying-to-use-JOGL-in-an-Eclipse-plugin-tp3178913p3189906.html

On Wednesday, July 20, 2011 09:44:05 PM Wade Walker [via jogamp] wrote:
>
> I can try it, but you'll have to tell me where our packaging script is and
> how to test it (so I can make sure I don't mess it up).

repo: jogamp-scripting

https://jogamp.org/chuck/view/fwd/job/jogamp-scripting-promote-last-builds-master/

The above is the manual kicked off aggregation script:

+++
#!/bin/bash
mkdir -p log
./hudson-builds/promote-latest-builds.sh master secure 2>&1 | tee log/jogamp-scripting-promote-last-builds-master-$(date +%Y%m%d%H%M).log
+++

If this helps as an entry to generate such OSGI bundle, awesome.
Ping me (here, email, chat, ..) if I can help.

ofc .. we still have to try to re-org the final release URLs and bundling,
i.e. Rami, John and I thought it will be nice to have one zip for devs containing
all components, gluegen, .. with the binaries and javadoc.

we also like to have fixed URLs for each (old) version, just in case a user likes to
link to a specific one.

Cheers, Sven