Login  Register

Re: Using JOGL in Eclipse

Posted by Demoscene Passivist on Nov 04, 2011; 2:11pm
URL: https://forum.jogamp.org/Using-JOGL-in-Eclipse-tp3476354p3480216.html

>Currently, I can for example not just use the same java.library.path
>for both versions of windows (32bit and 64bit), because the DLL
>names collide and are incompatible. But I want a single windows
>distribution for my program.

Hmm I always thought that it is impossible to intermix 32+64bit dll's under windows. So u need to start a different JVM for 32/64bit anyway, wich in the end leads again to some kind of "pre"-launcher/dropper choosing the right JVM for u.

>Another advantage is, that I would not need a separate Eclipse runtime configuration for each platform...
>Any ideas? If not, I can do it as proposed (thanks for all your tips!), however it feels like a workaround.

Yep an all-in-one multiplatform distribution would be really great, but I've never seen such a thing . All cross-platfrom technologies like Adobe AIR oder Java work that way, using a generic development approach and then deploying mutliple platform specific runtime versions. And yes I totally agree it not only "feels like a workaround" it actually is