Author: msorokin
Date: 2008-07-22 08:16:16 -0400 (Tue, 22 Jul 2008)
New Revision: 9201
Modified:
trunk/documentation/guides/GettingStartedGuide/en/modules/getting_started.xml
Log:
Fixed a bug: listing wasn't displayed properly.
Modified: trunk/documentation/guides/GettingStartedGuide/en/modules/getting_started.xml
===================================================================
---
trunk/documentation/guides/GettingStartedGuide/en/modules/getting_started.xml 2008-07-22
11:30:57 UTC (rev 9200)
+++
trunk/documentation/guides/GettingStartedGuide/en/modules/getting_started.xml 2008-07-22
12:16:16 UTC (rev 9201)
@@ -540,18 +540,18 @@
<orderedlist>
<listitem><para>On Red Hat based Linux distributions install the
xpLib.i386 package</para></listitem>
- <listitem><para>Type <programlisting
role="JAVA"><![CDATA[ln -s libstdc++.so.5.0.7 libstdc++.so.5
-]]></programlisting></para>
+ <listitem><para>Type</para> <programlisting
role="JAVA"><![CDATA[ln -s libstdc++.so.5.0.7 libstdc++.so.5
+]]></programlisting>
</listitem>
- <listitem><para>and/or use <programlisting
role="JAVA"><![CDATA[yum install libXp
-]]></programlisting></para>
+ <listitem><para>and/or use</para><programlisting
role="JAVA"><![CDATA[yum install libXp
+]]></programlisting>
</listitem>
<listitem><para>Open the JBDS perspective. If you see the Help view open,
close it and restart JBDS</para></listitem>
<listitem><para>If none of these work, do the
following:</para><itemizedlist>
<listitem><para>Clear the Eclipse log file,
<emphasis><workspace>\.metadata\.log</emphasis></para></listitem>
- <listitem><para>Start Eclipse with the -debug option:
<programlisting role="JAVA"><![CDATA[eclipse -debug
-]]></programlisting></para>
+ <listitem><para>Start Eclipse with the -debug option:</para>
<programlisting role="JAVA"><![CDATA[eclipse -debug
+]]></programlisting>
</listitem>
<listitem><para>Post the Eclipse log file
(<emphasis><workspace>\.metadata\.log</emphasis>) on the
forums.</para></listitem>
@@ -623,7 +623,8 @@
<para>JBoss Developer Studio preconfigures eclipse via the eclipse.ini file to
allocate extra
memory, but if you for some reason need more memory then by default, you can manually
make
adjustments in this file. For example:</para>
- <programlisting role="JAVA"><![CDATA[-vmargs -Xms128m -Xmx512m
-XX:MaxPermSize=128m
+ <programlisting role="XML">
+ <![CDATA[-vmargs -Xms128m -Xmx512m -XX:MaxPermSize=128m
]]></programlisting>
Show replies by date