[jboss-cvs] JBossAS SVN: r92553 - projects/docs/enterprise/5.0/Installation_Guide/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Aug 18 23:31:12 EDT 2009


Author: irooskov at redhat.com
Date: 2009-08-18 23:31:11 -0400 (Tue, 18 Aug 2009)
New Revision: 92553

Modified:
   projects/docs/enterprise/5.0/Installation_Guide/en-US/Getting_Started.xml
Log:
fixed issue JBPAPP-2523


Modified: projects/docs/enterprise/5.0/Installation_Guide/en-US/Getting_Started.xml
===================================================================
--- projects/docs/enterprise/5.0/Installation_Guide/en-US/Getting_Started.xml	2009-08-19 02:49:27 UTC (rev 92552)
+++ projects/docs/enterprise/5.0/Installation_Guide/en-US/Getting_Started.xml	2009-08-19 03:31:11 UTC (rev 92553)
@@ -428,8 +428,13 @@
 					</listitem>
 					<listitem>
 						<para>
-							Create a System environment variable called <literal>JAVA_HOME</literal> that points to the JDK installation directory, for example: <literal>C:\Program Files\Java\jdk1.6.0_11\</literal>. In order to run java from the command line add the <literal>jre\bin</literal> directory to your path, for example: <literal>C:\Program Files\Java\jdk1.6.0_11\jre\bin</literal>. To do this, open the Control Panel from the Start Menu, switch to Classic View if necessary, open the System Control Panel applet, select the Advanced Tab, and click on the Environment Variables button.
+							Create a System environment variable called <literal>JAVA_HOME</literal> that points to the JDK installation directory, for example: <literal>C:\Java\jdk1.6.0_11\</literal>. In order to run java from the command line add the <literal>jre\bin</literal> directory to your path, for example: <literal>C:\Java\jdk1.6.0_11\jre\bin</literal>. To do this, open the Control Panel from the Start Menu, switch to Classic View if necessary, open the System Control Panel applet, select the Advanced Tab, and click on the Environment Variables button.
 						</para>
+						<warning>
+							<para>
+								When installing Java and configurating PATH environment variables on Windows, make sure that the directory paths used do not contain any spaces. If an environment variable references a path with a space it may generate a <exceptionname>ClassNotFoundException</exceptionname> when starting the server.
+							</para>
+						</warning>
 					</listitem>
 				</itemizedlist>
 				<itemizedlist id="Configuring_Your_Java_Environment-Installing_and_Configuring_64_bit_Sun_JDK_6.0_on_Solaris">




More information about the jboss-cvs-commits mailing list