Re: Strange problem on new laptop
Posted by
Sven Gothel on
Dec 21, 2011; 9:01pm
URL: https://forum.jogamp.org/Strange-problem-on-new-laptop-tp3601952p3605168.html
On Wednesday, December 21, 2011 07:44:32 PM Tomd [via jogamp] wrote:
>
> 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?
Yes, sure they are (proper abstraction).
> ie if I want to create both versions, can I build my Java once
> and just use it with a different set of DLLs?
Yes. Better use the created native JARs, since they will _not_
cause a naming conflict and are unique.
As I mentioned in my other post (reply to Wade),
we will have the -all-platforms.7z soon.
~Sven