[wsas-java-dev] svn commit r481 - wsas/java/trunk/xdocs
svn at wso2.com
svn at wso2.com
Thu Jan 18 01:47:20 PST 2007
Author: marietta
Date: Thu Jan 18 01:47:12 2007
New Revision: 481
Modified:
wsas/java/trunk/xdocs/setting-java-home.html
Log:
Reviewed and made minor changes.
Modified: wsas/java/trunk/xdocs/setting-java-home.html
==============================================================================
--- wsas/java/trunk/xdocs/setting-java-home.html (original)
+++ wsas/java/trunk/xdocs/setting-java-home.html Thu Jan 18 01:47:12 2007
@@ -1,26 +1,29 @@
<html>
<head>
- <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
+ <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<title>How to setup JAVA_HOME environment variable in Windows</title>
- <link href="tools/cmd/css/wsas-dist-doc.css" rel="stylesheet" type="text/css"
- media="all" />
+ <link href="tools/cmd/css/wsas-dist-doc.css" rel="stylesheet"
+ type="text/css" media="all">
</head>
-<body>
-<h2>How to setup JAVA_HOME environment variable in Windows</h2>
-<p>Please follow the instructions to set up JAVA_HOME environment variable in your computer. First find out the installation folder of Java development kit (JDK) in your machine. Let's assume it is installed in the folder "C:/j2sdk1.4.2"</p>
+<body>
+<h2>How to Set up the JAVA_HOME Environment Variable in Windows</h2>
+<p>Please follow the instructions to set up the JAVA_HOME environment
+variable in your computer. First locate the installation folder of the Java
+development kit (JDK) in your machine. Let us assume it is installed in the
+folder "C:/j2sdk1.4.2"</p>
<ol>
- <li>Right click on the My Computer icon on your desktop and select properties</li>
- <li>Click the Advanced Tab</li>
- <li>Click the Environment Variables button</li>
- <li>Under System Variable, click New</li>
- <li>Enter the variable name as JAVA_HOME</li>
- <li>Enter the variable value as the install path for the Development Kit</li>
- <li>Click OK</li>
- <li>Click Apply Changes</li>
+ <li>Right-click on the My Computer icon on your desktop and then click
+ Properties.</li>
+ <li>Click the Advanced tab.</li>
+ <li>Click Environment Variables.</li>
+ <li>Under System Variables, click New.</li>
+ <li>In the Variable name field, enter JAVA_HOME.</li>
+ <li>In the Variable value field, enter the installation path of the Java
+ Development Kit.</li>
+ <li>Click OK.</li>
+ <li>Click Apply Changes.</li>
</ol>
-
- <img src="images/set-java-home.jpg" width="802" height="590" alt="" />
-</body>
-</html>
\ No newline at end of file
+<img src="images/set-java-home.jpg" width="802" height="590" alt=""></body>
+</html>
More information about the Wsas-java-dev
mailing list