release-notes/devel/en_US Devel.xml,1.20,1.21

Murray McAllister (mdious) fedora-docs-commits at redhat.com
Tue May 6 22:57:43 UTC 2008


Author: mdious

Update of /cvs/docs/release-notes/devel/en_US
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6400/en_US

Modified Files:
	Devel.xml 
Log Message:
updating for web-only release notes



Index: Devel.xml
===================================================================
RCS file: /cvs/docs/release-notes/devel/en_US/Devel.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- Devel.xml	8 Apr 2008 17:15:49 -0000	1.20
+++ Devel.xml	6 May 2008 22:57:40 -0000	1.21
@@ -214,46 +214,32 @@
         <title>Non-packaged Plugins/Features</title>
 
         <para>
-          Fedora Eclipse allows
-          non-<systemitem
-	    class="username">root</systemitem> 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
-          <filename
-	    class="directory">.eclipse</filename>
-          directory. Please note, however, that these plugins do not
-          have associated GCJ-compiled bits and may therefore run slower
-          than expected.
+		Fedora Eclipse allows 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 <filename>.eclipse</filename> directory.
         </para>
       </section>
-
-      <section id="sn-Alternative-JREs">
-        <title>Alternative Java Runtime Environments</title>
-
-        <para>
-          The Fedora free JREs do not satisfy every user, so Fedora does
-          allow the installation of alternative JREs. A caveat exists,
-          however, for installing proprietary JREs on 64-bit machines.
-        </para>
-
-        <para>
-          The 64-bit JNI libraries shipped by default on x86_64 systems
-          in Fedora do not run on 32-bit JREs. In other words, do not
-          try to run Fedora's x86_64 Eclipse packages on Sun's 32-bit
-          JRE. They fail in confusing ways. Either switch to a 64-bit
-          proprietary JRE, or install the 32-bit version of the
-          packages, if available. To install a 32-bit version, use the
-          following command:
-        </para>
-<screen><![CDATA[yum install <package_name>.i386 ]]></screen>
-        <para>
-          Likewise, the 32-bit JNI libraries shipped by default on ppc64
-          systems do not run with a 64-bit JRE. To install the 64-bit
-          version, use the following command:
-        </para>
-<screen><![CDATA[yum install <package_name>.ppc64 ]]></screen>
+      
+      <section id="sn-Eclipse-upgrading">
+	      <title>Upgrading from Fedora 8</title>
+	      <para>
+		      Users upgrading from Fedora 8 should be aware that cached content in their home directory may not be flushed properly (see Eclipse bug <ulink url="https://bugs.eclipse.org/bugs/show_bug.cgi?id=215034">#215034</ulink>). To work around this issue, run Eclipse from a terminal with the <option>-clean</option> option. Note: this only needs to be done once.
+	      </para>
       </section>
+      
+      <section id="sn-64bit-java">
+	      <title>64-bit Java Runtime Environments and JNI</title>
+	      <para>
+		      Do not try to run Fedora's x86_64 Eclipse packages on Sun's 32-bit JRE. They will fail. Either switch to a 64-bit proprietary JRE, or, if available, install the 32-bit version of the packages. To install a 32-bit version, run the following command (SWT is given as an example):
+	      </para>
+<screen>
+yum install libswt3-gtk2.i386
+</screen>
+		<para>
+			Likewise, the 32-bit JNI libraries shipped by default on ppc64 systems do not run with a 64-bit JRE. To install the 64-bit version, use the following command:
+		</para>
+<screen>
+yum install <replaceable>package_name</replaceable>.ppc64
+</screen>
+	</section>
     </section>
   </section>
 </section>




More information about the Fedora-docs-commits mailing list