Login  Register

Re: Strange problem on new laptop

Posted by Sven Gothel on Dec 21, 2011; 5:56pm
URL: https://forum.jogamp.org/Strange-problem-on-new-laptop-tp3601952p3604701.html

On Wednesday, December 21, 2011 04:50:47 PM Wade Walker [via jogamp] wrote:

>
> I've updated the wiki page at
> http://jogamp.org/wiki/index.php/Downloading_and_installing_JOGL to be more
> explicit about exactly which files need to be downloaded, and from where
> I've also fixed it to reflect the latest changes in the distribution (the
> change from .zip to .7z and the removal of the newt and nativewindow JARs).
> Let me know if there's anything unclear there.
>
> Note that right now it only tells how to set up for building a JOGL app in
> an IDE or on the command line (as described at
> http://jogamp.org/wiki/index.php/Setting_up_a_JogAmp_project_in_your_favorite_IDE).
> It doesn't yet say how to set up an applet or a Web Start app.
>
>

kudos - thank you

For RC6 we will have the 'jogamp-all-platforms.7z' file,
which is possible due to the native JAR loading.

The latter gets rid of the plain DLL files and hence we won't have
file name collisions.

The jogamp-all-platforms.7z' file will just drop the 'lib' folder
and have all native JAR files included.
Indeed this will ease up the whole thing I guess.

~Sven