Print at Dec 27, 2025, 2:50:39 PM

Posted by jgriessen at Nov 1, 2010, 4:01:58 PM
Re: workaround javaws worked, but needs downloads each time I use it...
"The easiest Ant target is probably the one named jarExecutable."

Oh... I figured that out and built it with no errors.

ant makes a file install/SweetHome3D-2.6.jar

When I execute that it puts this to the screen:

john@toolbench:/moredata/SweetHome3D-2.6-src/install$ ./SweetHome3D-2.6.jar
Java 3D WARNING : reported GLX version = 1.2
GLX version 1.3 or higher is required
The reported version number may be incorrect. There is a known
ATI driver bug in glXQueryVersion that incorrectly reports the GLX
version as 1.2 when it really is 1.3, so Java 3D will attempt to
run anyway.
Segmentation fault


John