From 13d73356b462c7a3737847d17417389476373265 Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Sun, 4 Mar 2007 04:54:27 +0000 Subject: Updated user's guide with information on incompatibility between JPackage "compatibility" Java RPMs and JOGL; thanks to Tim Lambert for providing access to machine allowing this to be tracked down (again) git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@1162 232f8b59-042b-4e1e-8c03-345bb8c30851 --- doc/userguide/index.html | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) (limited to 'doc/userguide') diff --git a/doc/userguide/index.html b/doc/userguide/index.html index 69969cb9c..7bc47e671 100644 --- a/doc/userguide/index.html +++ b/doc/userguide/index.html @@ -32,6 +32,7 @@ @@ -140,6 +141,13 @@ of the JRE is strongly discouraged. Doing so can cause conflicts with third-party applications launched via Java Web Start, and causes confusion later when upgrading the distribution. +

+

+ +If you are on the Linux platform, please see the Linux-specific +platform notes, below, with information on incompatibility between the +JPackage Java RPMs and JOGL. +

Java Web Start integration

@@ -858,6 +866,41 @@ hardware.

+

Linux

+ +

+ +The Sun JDK "compatibility" RPMs (java-1.5.0-sun-compat, +java-1.6.0-sun-compat) provided by jpackage.org are incompatible with +JOGL. These RPMs symlink an internal JDK directory to /usr/lib, which +overrides how both NVidia and ATI currently provide their drivers to +some Linux distributions, which is through an override in +/etc/ld.so.conf (actually, in /etc/ld.so.conf.d). The implicit +presence of /usr/lib on LD_LIBRARY_PATH forces the /usr/lib/libGL.so.1 +version of OpenGL to be used, which is typically Mesa and which will +provide only software rendering. + +

+

+ +Unfortunately the JPackage maintainers have so far been unreceptive to +changing their installation mechanism; see this +mailing list posting. Until this is resolved, we strongly +discourage the use of the JPackage installers for the Sun JDK. +Instead, download the JRE or JDK installers directly from Sun's +website. + +

+

+ +Archived forum postings illustrating this problem are here +and here. + +

+

Solaris, Linux (X11 platforms)

-- cgit v1.2.3