我在 Windows 7 上,我正在尝试设置JAVA_HOME
在 android 上使用 PhoneGap 的路径,当我使用命令行“cmd”创建项目时,它告诉我找不到 javac.exe?虽然我确定我已经正确设置了变量
这是我的东西:
Variable name: JAVA_HOME
Variable value: C:\Progra~1\Java\jdk1.7.0_17\bin
(I've also tried to use: C:\Progra~1\Java\jdk1.7.0_17\bin\javac.exe)
我笔记本电脑上的 javac.exe 位置C:\Program Files\Java\jdk1.7.0_17\bin\javac.exe
它仍然告诉我它无法找到javac.exe
我为创建项目而输入的内容是:
C:\Users\user>cd C:\Users\user\Desktop\phonegap-2.8.1\lib\android\bin
C:\Users\user\Desktop\phonegap-2.8.1\lib\android\bin>create.bat
Cannot locate javac.exe using the PATH environment variable.
Retry after adding directory containing javac.exe to the PATH variable.
Remember to open a new command window after updating the PATH variable.
Visit http://java.oracle.com if you need to install Java (JDK).
另外,我尝试重新启动 Windows 并关闭命令提示符并重新下载 JDK。
谢谢你。