Login  Register

Re: Strange problem on new laptop

Posted by Sven Gothel on Dec 22, 2011; 4:34am
URL: https://forum.jogamp.org/Strange-problem-on-new-laptop-tp3601952p3605842.html

On Wednesday, December 21, 2011 05:06:59 PM Wade Walker [via jogamp] wrote:
>
> I've also updated the instructions on how to build in NetBeans (among other
> IDEs) at
> https://jogamp.org/wiki/index.php/Setting_up_a_JogAmp_project_in_your_favorite_IDE.
>

https://jogamp.org/wiki/index.php/Setting_up_a_JogAmp_project_in_your_favorite_IDE:

> Eclipse IDE.Create a user library:
>   Double-click "Native library location", type the directory where native library files are stored, and click "OK".

Shouldn't we use the native JAR files here ? As I have described in bug 522,
  <https://jogamp.org/bugzilla/show_bug.cgi?id=522>
it works pretty well.

Even creating those packages w/ Eclipse with the
following 2 export types of 'Library handling':
  - Copy required libraries into a sub-folder next to the generated JAR
  - Package required libraries into generated JAR
is compatible with the native JARs.

~Sven