Windows 7 的 jdk 安装程序未设置路径
Windows 7 上的 JDK 安装程序似乎没有安装路径变量来查找 javac。我可以手动设置。但我不喜欢用任何新的 JDK 更新来改变它。它是否使用任何其他环境变量?或者说事情真的有那么奇怪吗?
It seems the JDK installer on Windows 7 does not install a path variable to find javac. I can set it manually. But I do not like to change it with any new update of JDK. Does it use any other environment variable? Or is it really that weird?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不知道有哪个 JDK 安装程序可以在任何系统上设置 PATH。
您可以安装多个版本的JDK,如果您使用IDE,则不需要设置路径。如果您想手动使用 javac(不要问我为什么),您需要将 PATH 设置为具体要使用的版本。
I don't know of a JDK installer which sets the PATH on any system.
You can install several version of the JDK and if you use an IDE, you don't need to set the path. If you want to use
javac
manually (don't ask me why you would) you need to set the PATH to specific which version to use.是的,您可以使用环境变量。可以在控制面板 -> 中找到系统
Yes You can using environment variables. Which available in Control panel -> system