Re: Looking for example using SWT GLCanvas
Posted by
Wade Walker on
Jul 26, 2012; 12:17am
URL: https://forum.jogamp.org/Looking-for-example-using-SWT-GLCanvas-tp4025603p4025650.html
drstine wrote
Next step is to try to build JOGL using Java 1.7 in Eclipse. Does anyone know if this is possible?
Yes, I have done this successfully (both building and using for an RCP app) on Windows, Linux, and OS X. The only gotcha is that Java 1.7 on OS X requires dynamic libraries in Eclipse apps to be suffixed with .dylib, instead of .jnilib, so you might have to rename those files if you're using that platform.