I can build and run processing fine using ant, however I’m having issues getting eclipse to work correctly, there are tonnes of build path errors. Following the build instructions, it mentions that:
it’ll complain about the lack of
jogl-all-src.jar
This is true, but it’s also complaining about not having a lot of other jar files, like ant.jar, jna.jar, jna-platform.jar, gluegen-rt.jar, etc.
It’s not obvious where to find these, I could probably track them down from the build.xml but there should be a better way.
Any help is appreciated