Ive been following all the steps to set up java and its compilers and sutch, but i get to the step to change the route for JAVA_HOME where i go into enviroment variables and there is no JAVA_HOME, i have installed everything needed, I have windows 7 if that changes anything, whats going on, thanks x
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
migrated from stackoverflow.com Oct 7 '10 at 12:20
|
You have to define your |
|||
|
|
|
You need to set the JAVA_HOME variable in your Environment variables. Be sure to set it to the root of your JDK folder. e.g. C:\Program Files\Java\jdk1.6.0_16\ For some reasons my comments are not showing up. The command window does not pick up changes to the environment variables dynamically, be sure to open a new command window after you have made the change. |
|||
|
For windows:
Another option is to get an IDE like Eclipse or NetBeans. They will do most of it for you. |
|||
|