...
1. Right-click the "My Computer" icon on the desktop and select "Properties."
Wiki Markup |
---|
!computer-properties.png|alt="Computer properties"! |
2. The "System Properties" window opens with its functional tabs. Go to the "Advanced" tab and click the "Environment Variables" button.
...
3. The "Environment variables" window opens. Click the "New" button under "System variables" (for all users).
Wiki Markup |
---|
!system-variables.png|alt="System variables"! |
4. The "New system variable" input box opens. Fill in the required fields:
...
For example, set JAVA_HOME=c:\Program Files\java\jdk1.6.0_27.
...
3. JAVA_HOME
is effectively set up.
...
3. The program shows that JAVA_HOME
is set to the JDK installation path, for example, JAVA_HOME=:c\Program Files\java\jdk1.6.0_27.
This means that JAVA_HOME
was set up correctly.
Wiki Markup |
---|
!Java-Home-path.png|alt="Java Home"! |
Step 5. Execute Start Script
...
Code Block |
---|
wso2server.bat --run |
Wiki Markup |
4. The operation log is displayed. For example,
...
If the server is started and running, a message appears as "WSO2 Carbon started in 'n' seconds."
...