Login  Register

Re: Java 1.6.0 pre12 with JOGL 2.3.1 crashes under OpenSUSE 13.2 with Mesa

Posted by Xerxes Rånby on Oct 13, 2015; 7:22am
URL: https://forum.jogamp.org/Java-1-6-0-pre12-with-JOGL-2-3-1-crashes-under-OpenSUSE-13-2-with-Mesa-tp4035401p4035458.html


On 10/13/2015 08:30 AM, Andreas [via jogamp] wrote:
...
> I thought the easiest way is switching to jReality. But there seems to be no
> further development.
...
>
> What would you do?

the latest development branch of jReality is now hosted at gitlab
This jreality branch currenty use JogAmp JOGL 2.1.2
Making jreality work with JogAmp 2.3.2 is quite easy, all you have to do is to drop in the latest jogamp release into the jreality/lib/jogamp folder and then replace use of javax.media.opengl with com.jogamp.opengl
I can do this port and offer it to the jreality community.

I would check out the source code and try compile it using ant.
If there is some part of the jrelity sourcecode that refuse to compile then I would get in contact with the jreality developers in order to solve it.

Cheers
Xerxes