Re: New Eclipse project files created and submitted
Posted by
Wade Walker on
Jan 11, 2011; 10:55pm
URL: https://forum.jogamp.org/New-Eclipse-project-files-created-and-submitted-tp2236708p2237588.html
The project files I submitted (.classpath, .project, and .externalToolBuilders) have no dependency on anything outside the gluegen and jogl directories.
The user still has to set up their current JRE inside Eclipse, and they have to create an Ant user library inside Eclipse. But that's part of their personal Eclipse settings and doesn't go into the project files, it goes in the user's .metadata directory which is one level above the gluegen and jogl directories. That's also where things like the user's editor settings are stored.
It took quite a while to figure out how to make this work properly