Why am I still getting a cannot find Java SE Runtime Environment? -
these errors when try run simple java version in command window.
i followed advice on error: registry key 'software\javasoft\java runtime environment'\currentversion'?. when went on regedit, here's saw
which meant there nothing change - right runtime version. did next step "delete previous versions of java (using "programs , features" uninstall process) , re-install version want work with" however, didn't work either...... here current java directory(see have installed)
and current environmental variables are
java_home - c:\program files\java\jdk1.7.0_71 path - c:\program files\java\jdk1.7.0_71\bin
which believe correct http://www.oracle.com/technetwork/java/javase/install-windows-189425.html
does know how can rid of issue? 1 more uninstall/install think waste of time , won't make difference.
try adding "%java_home%\bin;" in path section instead of "c:\program files\java\jdk1.7.0_71\bin", should make no difference try this.
Comments
Post a Comment