Re: FYI: New aggregated & signed test build ..
Posted by
Sven Gothel on
Aug 27, 2012; 1:45pm
URL: https://forum.jogamp.org/FYI-New-aggregated-signed-test-build-tp4025891p4025901.html
On 08/27/2012 01:23 PM, Xerxes Rånby [via jogamp] wrote:
> The JNLP launchers complains that no armv7 jars are found:
> This can possibly get fixed by the jnlp-arch-armv6 rename pull request found
> on github.
> OR we can possibly fix this by removing all references to the *natives* the
> jnlp files and let JogAmp itself load them at runtime.
>
Yes, as suggested here
<
http://jogamp.org/git/?p=gluegen.git;a=commit;h=7ec3d0b6a90f2204eb3272324cf5908caa4597b4>.
Does it work well w/o _any_ native JAR referenced in the JNLP file ?
Me currently working on the FBO NativeSurface/JAWTWindow hook
allowing OSX to use it instead of pbuffer.
~Sven