![][1] Eclipse couldn't be launched beccaus of JRE or PATH i really need help
I tried to reinstall JDK but nothing changed
![][1] Eclipse couldn't be launched beccaus of JRE or PATH i really need help
I tried to reinstall JDK but nothing changed
Make sure your system environment variable JAVA_HOME
has been set.
On windows, set the variable in system properties to some path like:
C:\Program Files\Java\jdk64bit_1.6.0_30
Or, on linux, edit /etc/profile
, add the path below:
export JAVA_HOME=/usr/share/jdk1.6.0_30
Then eclipse will find JDK to launch.
Before Installing Eclipse set PATH for your JDk in your computer.
PATH
and Value=C:\Program Files\Java\jdk1.6.0_45\bin;C:\Program Files (x86)\Java\jdk1.7.0_21\bin;
.Variable value where you installed your JDK select that path and Click OK, OK, Ok
Now yo can install your IDE