Skip to content

Java Environment Variable Setup

witnessmenow edited this page Mar 29, 2012 · 1 revision
  1. Press windows key + pause key
  2. Click Advanced System Properties
  3. Click Environment Variables
  4. Under System Variables, click New
  5. Variable Name: JAVA_HOME
  6. Variable Value: Path\to\JDK e.g. C:\Java\jdk1.6.0_31
  7. Click Ok
  8. Again under System Variables, scroll down to the Path variable. Select it and click Edit
  9. Append the following to the end of your path: ;%JAVA_HOME%\bin
  10. Click Ok, and then Ok again.
Clone this wiki locally