Posted by
Sven Gothel on
May 30, 2012; 10:10am
URL: https://forum.jogamp.org/prebuilt-jar-files-available-tp3997991p4022218.html
On 05/30/2012 11:37 AM, ylliac [via jogamp] wrote:
> This is my configuration under eclipse :
>
>
>
> I tried to define the native location of jogl and gluegen but it doesn't
> change anything.
>
> I downloaded the sources from the master branch of the git repository but it
> doesn't seem to be the source used to build the jars (eclipse step into a
> comment ...).
>
> Is this the right branch ? How can I get correct sources of the released jars ?
If you go on <
http://jogamp.org/>, you will see the
Builds/Download section for the current RC8:
v2.0-rc8: <
http://jogamp.org/wiki/index.php/Release_2.0-rc8>
zip: <
http://jogamp.org/deployment/jogamp-current/archive/>
+++
The v2.0-rc8 wiki page mentions and links
the git tag v2.0-rc8 for all modules.
It also links to the:
Sources: <
http://jogamp.org/deployment/v2.0-rc8/archive/Sources/>
ChangeLogs: <
http://jogamp.org/deployment/v2.0-rc8/archive/ChangeLogs/>
Usually you don't need these sources for development *using JOGL*,
but just the zipped source files below.
Actually a JOGL developer should use the git repository,
the 7z source archive is just included here for completeness.
+++
with the mentioned zip URL, you can download the following:
<
http://jogamp.org/deployment/jogamp-current/archive/jogamp-all-platforms.7z>
You receive everything, builds and source zip files:
jogamp-all-platforms/jar/*
jogamp-all-platforms/gluegen-java-src.zip
jogamp-all-platforms/joal-java-src.zip
jogamp-all-platforms/jogl-java-src.zip
As the wiki describes (Eclipse development),
you should attach the source zip files to their
corresponding JAR files. This will allow you to have
a proper Java API documentation and you can also browse
the source code for more clarification.
This feature is usually available with all Java IDEs.
>
> Antoine
>
~Sven