Author: smukhina
Date: 2007-11-23 09:17:39 -0500 (Fri, 23 Nov 2007)
New Revision: 5057
Modified:
trunk/jsf/docs/userguide/en/modules/editors.xml
Log:
http://jira.jboss.com/jira/browse/RHDS-175
Visual page editor chapter is updated. (installation on Linux)
Modified: trunk/jsf/docs/userguide/en/modules/editors.xml
===================================================================
--- trunk/jsf/docs/userguide/en/modules/editors.xml 2007-11-23 13:46:09 UTC (rev 5056)
+++ trunk/jsf/docs/userguide/en/modules/editors.xml 2007-11-23 14:17:39 UTC (rev 5057)
@@ -9,7 +9,7 @@
</keywordset>
</chapterinfo>
- <title>RHDS Editors</title>
+ <title>Editors</title>
<para>RHDS is supplied with a huge range of various editors for different file
types.</para>
@@ -786,24 +786,27 @@
<title>How to Start the Visual Page Editor under Linux</title>
<para>Linux users may need to do the following to get the Visual Editor to work
correctly on their machines.</para>
- <itemizedlist>
-<listitem><para>On Fedora or Red Hat Enterprise Linux distributions, install
the compat-libstdc++-33.i386 and libXp packages:</para></listitem>
-</itemizedlist>
-<programlisting role="JAVA"><![CDATA[yum install compat-libstdc++-33
libXp
-]]></programlisting>
+<para> The Visual Page Editor requires the library libstdc++.so.5. This library is
contained in the compat-libstdc++-33.i386 package.</para>
+
<itemizedlist>
-<listitem><para>On other rpm-based distributions download libXp.i386 package
from <ulink
url="http://rpm.pbone.net/index.php3/stat/4/idpl/3418392/com/libXp-1...
-</para></listitem>
-<listitem><para>And install it on your
machine:</para></listitem>
-</itemizedlist>
-<programlisting role="JAVA"><![CDATA[rpm -U libXp-1.0.0-8.i386
-]]></programlisting>
+<listitem><para>To install this package on Fedora Core or Red Hat Enterprise
Linux run the following command:</para> <programlisting
role="JAVA"><![CDATA[yum install compat-libstdc++-33.i386
+]]></programlisting></listitem>
-<itemizedlist>
-<listitem><para>Open the RHDS perspective. If you see the Help view open,
close it and restart RHDS
-</para></listitem>
-</itemizedlist>
+
+<listitem><para>On any other rpm based distributions download libstdc++.so.5
and run the following command:</para><programlisting
role="JAVA"><![CDATA[rpm -Uvh compat-libstdc++-33.i386
+]]></programlisting></listitem>
+
+
+<listitem><para>On Debian based distributives run the following command:
+</para><programlisting role="JAVA"><![CDATA[apt-get install
compat-libstdc++-33.i386
+]]></programlisting></listitem>
+
+</itemizedlist>
+
+<para> In case you have the library installed and you still have issue with
starting the visual page editor then close all browser views/editors and leave one visual
page editor open and restart eclipse. This should force a load of the right XULRunner
viewer.</para>
+
+
</section>
<!-- <section id="JustInCase06">
@@ -858,8 +861,8 @@
<para>Please send us an email to <ulink
url="mailto:support@exadel.com">support@exadel.com</ulink> if you have
questions about this feature.</para>
</section>
--->
+
<section id="HTML401Suppor421t">
<?dbhtml filename="HTML4.01Support.html"?>
<title>HTML 4.01 Support</title>
@@ -869,6 +872,7 @@
<?dbhtml filename="JSP2.0JSTL1.0And1.1Support.html"?>
<title>JSP 2.0, JSTL 1.0/1.1 support</title>
</section>
+-->
<section id="PageEditorWithPreview53">
<?dbhtml filename="PageEditorWithPreview.html"?>