编译java程序
可能的重复:
javac 无法识别
我刚开始接触 java 编程,但遇到了一个大问题:我无法编译我的程序。当我在 cmd.exe
中输入 javac
命令时(我使用的是 Windows 7),它会显示以下内容:
“javac”不被识别为内部或外部命令、可操作程序或批处理文件。
所以我什至无法测试我的第一个程序。 我在一本书中找到了以下命令:
set path=%path%;c:\java\jdk1.6.0\bin
但它也不起作用。
我两周前下载了最新版本的Jdk包。
Possible Duplicate:
javac not recognized
I'm starting in the world of programming in java and I have run across a big problem: i cant compile my programs. when I type the javac
command in cmd.exe
(im using Windows 7) it displays this:
'javac' is not recognized as an internal or external command, operable program or batch file.
So I can't even test my first program.
I found in a book the following command:
set path=%path%;c:\java\jdk1.6.0\bin
but it doesnt work either.
I downloaded the newest version of the Jdk package just 2 weeks ago.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 C 驱动器中的 c:\java 文件夹,并确保您拥有 1.6.0 版本的 jdk。
只有当您为其提供实际存在的路径时,这才有效。如果您没有 1.6.0,请输入:
Look through your C drive for the c:\java folder and make sure you have version 1.6.0 of the jdk
This will only work if you give it a path that actually exists. If you don't have 1.6.0, then type in: