Install the JDK (Java Developers Kit)
1. Download the JDK from the the Sun Java site. (http://java.sun.com/javase/downloads/index.jsp)
2. Run the installer and accept the defaults.
3. Setup your Java_Home environment variable.
1. Download the JDK from the the Sun Java site. (http://java.sun.com/javase/downloads/index.jsp)
2. Run the installer and accept the defaults.
3. Setup your Java_Home environment variable.
- Goto Control Panel -> System.
- Click on Advanced.
- Click on Environment Variables.
- Click New.
- Enter Java_Home as the variable name.
- Enter the path to your JDK directory as the variable value.
4. Verify the environment variable setting
- Click Start -> Run.
- Type 'cmd' and click Run.
- Type 'echo %Java_Home%' and hit enter.
- Confirm that the screen displays your JDK path correctly.
Comments
Post a Comment