Login  Register

Re: new g2dgl module

Posted by Brandon Borkholder on Feb 17, 2012; 4:42pm
URL: https://forum.jogamp.org/new-g2dgl-module-tp3747851p3754238.html

I wrote a pom for Eclipse SWT for my company not too long ago.  SWT is similar to JOGL 2.x.  Since it has different jars for each platform, you want to be able to depend on a single pom and have the correct native library dependency pulled in.  I wrote a single pom that used profiles to determine which platform jar you needed.  Then each platform has a pom also.

You can either depend on a specific platform pom, or just the generic SWT pom and it get the right jar for your platform.  I can show you an example if you're interested.

And yes, my website needs some significant updating :)