Re: Required JARs for project update
Posted by
Sven Gothel on
Oct 23, 2014; 7:45am
URL: https://forum.jogamp.org/Required-JARs-for-project-update-tp4033431p4033432.html
On 10/22/2014 09:51 PM, jurchiks [via jogamp] wrote:
> I'm updating libraries for this project:
https://code.google.com/p/g3d-editor/> The old libraries are the following:
> jogl.all.jar
>
> I downloaded and put the following libraries in a separate lib folder:
> jogl-all.jar
>
> I've removed all the old libraries from the project library list (using
> Eclipse here) and added jogl-all.jar and gluegen-rt.jar, and in Ant build.xml
> I have this:
>
> <path id="classpath">
> <fileset dir="${lib}">
> <include name="gluegen-rt.jar" />
> <include name="jogl.all.jar" />
^^^^ jogl-all.jar
>
> and so on.
> What am I missing here?
Pls read our Wiki:
- Download and installing
- Deployment
~Sven