You may download Java Development Kit here. Accept the license agreement and choose your system. I'm using Windows x64 (for 64 bit, you may also choose Windows x86 to run 32 bit system)
Setting Windows 7 environment variable for Java
To do this:
Setting Windows 7 environment variable for Java
To do this:
- Open system properties
- Advanced system settings
- Click on environment variables @ bottom right
- Click 'New' to create new system variable (Variable name: JAVA_HOME, Variable Value: C:\Program Files\Java\jdk1.8.0_45), then click 'ok'.
- In system variables, scroll down and look for "path"
- Edit the path by append ";%JAVA_HOME%\bin"
- Restart cmd
No comments:
Post a Comment