Login  Register

Re: Strange problem on new laptop

Posted by Tomd on Dec 21, 2011; 6:44pm
URL: https://forum.jogamp.org/Strange-problem-on-new-laptop-tp3601952p3604816.html

Sven Gothel wrote
Because your JVM is 32bit !
Gluegen RT detects your JVM and OS / architecture
and attempts to load the native JAR file accordingly.
Sorry I didn't know it did that.

I don't have good access to the laptop so I was trying to run the 64 bit version on my 32 bit development system just in case it threw any obvious problems up. This made me wonder if I had the right jars.

Anyway, after all that I have 64 bit JOGL running on the laptop but the original problem still remains :( The HUD items don't appear.

I will try to recreate the problem in a simple one file project.

Just so I understand, are gluegen-rt.jar and jogl.all.jar identical for 32 and 64 bit? ie if I want to create both versions, can I build my Java once and just use it with a different set of DLLs?