Login  Register

Re: Atomic deployment of Candidate version

Posted by Sven Gothel on Sep 14, 2011; 5:29pm
URL: https://forum.jogamp.org/Atomic-deployment-of-Candidate-version-tp3333175p3336529.html

On Wednesday, September 14, 2011 02:44:39 PM luren0 [via jogamp] wrote:
>
> Thank you for bringing back the atomic version!
> I just can't seem to find the "nativewindow" JARs. Do we still have to use
> it?
>
> I've also noticed a difference since rc2:
> The files "jogl_es1.dll" and "jogl_es2.dll" have disappeared from
> "jogl-natives-windows-i586.jar".

Just read .so == .dll :)

Yup, they are merged to libjogl_mobile.so,
which is the mobile equivalent (ES1/ES2) to libjogl_desktop.so (GL2-GL4).

Remaining native libs
  libnativewindow_awt.so  [libnativewindow_x11.so]  libnewt.so

> Is "jogl_desktop.dll" the only DLL now
> required for Windows platform?

well, gluegen's and nativewindow one (see above) is somehow required too.
If in doubt, look at the contents of
  gluegen-rt-natives-windows-amd64.jar, jogl-all-natives-windows-amd64.jar

Sure, you can also walk through the jnlp dependency of the atomic ones,
I hope I haven't missed anything there (didn't test it yet).

~Sven

>
> Thanks.
>