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
feedback
|
migrated from stackoverflow.com Oct 7 '10 at 12:20
This question came from our site for professional and enthusiast programmers.
|
You have to define your | |||
|
feedback
|
|
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. | |||||
feedback
|
|
For windows:
Another option is to get an IDE like Eclipse or NetBeans. They will do most of it for you. | |||
|
feedback
|
