Dear Wiki user, You have subscribed to a wiki page or wiki category on "Fedora Project Wiki" for change notification. The following page has been changed by ThomasFitzsimmons: http://fedoraproject.org/wiki/Docs/Beats/Java ------------------------------------------------------------------------------ Fedora Eclipse contains a patch to allow non-root users to make use of the Update Manager functionality for installing non-packaged plugins and features. Such plugins are installed in the user's home directory under the `.eclipse` directory. Please note, however, that these plugins do not have associated GCJ-compiled bits and may therefore run slower than expected. + = 64-bit JNI Libraries = + + The 64-bit JNI libraries shipped by default on x86_64 systems in Fedora Core and Extras will not run on 32-bit JREs. Either switch to a 64-bit java alternative, or install the 32-bit version of the packages, if available. To install a 32-bit version, use the following command: + {{{yum install <package_name>.i386 + }}} + + Likewise, the 32-bit JNI libraries shipped by default on ppc64 systems will not run with a 64-bit JRE. To install the 64-bit version, use the following command: + {{{yum install <package_name>.ppc64 + }}} +