Login  Register

Re: Using JOGL in Eclipse

Posted by Andi on Nov 03, 2011; 7:45pm
URL: https://forum.jogamp.org/Using-JOGL-in-Eclipse-tp3476354p3478211.html

To sum it up, what I want to avoid is

1) having an own runtime configuration for each platform (I'm developing on Windows 64+32, Linux 32 and Mac OS X)
2) having an own starter (start.sh/.bat) for each platform (e.g. "start-win32.bat" vs. "start-win64.bat", I want a single "start.bat")

I already though about setting the java.library.path in the Java code, but maybe there is a much nicer solution?