I am trying to find the JAVA_HOME path

拜拜、爱过 提交于 2019-12-10 16:27:36

问题


I ran echo %JAVA_HOME% to find my path. I know it is the wrong path but I am not sure how to fix it. Any help would be appreciated.

C:\Users\Cynthia>echo %JAVA_HOME%
C:\Program Files\Java\jdk1.6.0_33\C:\Program Files\Java\jdk1.0.60_33\C:\Program Files\Java\jdk1.0.60_33\%JAVA_HOME%\bin\bin\bin

C:\Users\Cynthia>

回答1:


On windows, right-click "my computer" and choose "properties.
Go to: "advanced system settings" and then to "environment variables":

Then go over the variables and set %JAVA_HOME%:

like this:

Here's another helpful link



来源:https://stackoverflow.com/questions/11442330/i-am-trying-to-find-the-java-home-path

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!