Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图在 64 位 windows 7 机器上安装 java 桌面应用程序,然后出现以下错误。它是通过将 jre 路径(C:\Program Files\Java\jre7\bin)添加到系统变量部分的路径变量来解决的。为什么系统不自动设置 java 运行时?有没有其他解决方案来解决这个问题?
JVM 通常不需要设置路径——java 启动工具会处理它。但是,如果应用程序使用不同的方式自行启动 JVM,例如通过jvm.dll手动加载,它必须关心设置路径。因此,如果此应用程序需要您设置路径,这不是 JRE 的错。
jvm.dll