I managed to fix the problem with libjogl by adding
/usr/lib/classpath/ to LD_LIBRARY_PATH.  The problem was that
libjawt.so was unavailable for the dynamic linker, and this was
reported as if libjogl.so was missing instead of the real problem.  I
reported this issue as a different bug.

Now I get a grey window and then worldwind2d just hangs.  I start it
like this now:

  LD_LIBRARY_PATH=`pwd`:/usr/lib/classpath cacao -jar WW2D.jar

I've been told by Mark Wielaard on IRC that this hang problem is a
problem with locking in the gui code.  Hopefully he will get a fix
ready soon.

Friendly,
-- 
Petter Reinholdtsen


_______________________________________________
pkg-java-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

Reply via email to