Author: smukhina
Date: 2007-09-10 08:34:44 -0400 (Mon, 10 Sep 2007)
New Revision: 3503
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedWithRHDS.xml
Log:
http://jira.jboss.com/jira/browse/RHDS-149
code patten is fixed
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedWithRHDS.xml
===================================================================
---
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedWithRHDS.xml 2007-09-10
10:27:27 UTC (rev 3502)
+++
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedWithRHDS.xml 2007-09-10
12:34:44 UTC (rev 3503)
@@ -24,11 +24,11 @@
<listitem><para>Download and install the appropriate -compat RPM from
JPackage <ulink
url="ftp://jpackage.hmdc.harvard.edu/JPackage/1.7/generic/RPMS.non-f...;.
Please ensure you choose a matching version of the -compat package to the JDK you
installed.</para></listitem>
<listitem><para>Create an environment variable that points to the JDK
installation directory and call it JAVA_HOME. Add
<emphasis>$JAVA_HOME/bin</emphasis> to the system path to be able to run java
from the
- command line. You can do this by adding the following lines to the .bashrc file in
your home directory.
+ command line. You can do this by adding the following lines to the .bashrc file in
your home directory.</para>
<programlisting role="JAVA"><![CDATA[#In this example
/usr/java/jdk1.5.0_11 is the JDK installation directory.
export JAVA_HOME=/usr/java/jdk1.5.0_11
export PATH=$PATH:$JAVA_HOME/bin]]></programlisting>
-</para></listitem>
+</listitem>
</itemizedlist>
<note>
<title>Note:</title>