Java开发工具包内部错误61003

huangapple go评论69阅读模式
英文:

Java development kit internal error 61003

问题

我从Oracle官方网站下载了32位的JDK,然后在安装时出现了这个错误。

当我点击“确定”时,安装过程完成。然而,在安装Netbeans IDE时,即使我选择了我安装JDK的文件夹,它仍然找不到JDK,我认为这是因为这个错误。

英文:

I downloaded the 32 bit JDK from Orcale official website , then while installing , this error came out.

Java开发工具包内部错误61003

When I click OK , it completes the installing process .However , when installing Netbeans IDE , it doesn't find the JDK even when I choose the folder that I installed the JDK on , and I think it's because of this error.

答案1

得分: 8

我在安装 jdk-8u261-windows-i586.exe 在 Windows Server 2008 R2(x64) 时遇到了相同的错误。您必须先关闭 JDK 的对话框,然后安装 Microsoft Visual C++ 2015 Redistributable,安装成功后再次安装 JDK,这样就不会报错了。
如果仍然报错,请重新启动 Windows Server。

英文:

I get the same error when installing jdk-8u261-windows-i586.exe on Windows Server 2008 R2(x64). You must close the dialog of JDK first, then install Microsoft Visual C++ 2015 Redistributable,after the installation is successful, install JDK again, so that no error will be reported.
If the error is still reported, restart the Windows Server.

答案2

得分: 0

相同的问题发生在我安装JDK 8 32位时。在我的情况下,我解决了这个问题,安装了JDK 7 32位,然后顺利安装了Netbeans 8.1。

英文:

The same issue occurred with my installation when I tried to install JDK 8 32 bits.
In my case I solved this, installing JDK 7 32 bits and after that, I installed Netbeans 8.1 without problems.

答案3

得分: 0

我在安装Java时遇到了相同的问题,这是在一台装有32位Windows 7的旧笔记本电脑上。我遇到了相同的错误,安装完成后,尝试从命令行访问Java时会弹出异常("程序无法启动,因为缺少api-ms-win-crt-runtime-l1-1-0.dll")。

在我的情况下,只需运行Windows更新并继续安装所有待处理的重要更新(之后我就可以正常运行Java,无需重新安装它)。

如果这不能解决问题,有一篇关于这个主题的文章可能会有用:
https://www.ghacks.net/2017/06/06/the-program-cant-start-because-api-ms-win-crt-runtime-l1-1-0-dll-is-missing/

英文:

I ran into the same issue when installing java on an old laptop with 32bit Windows 7. I got the same error, and after installation finished an exception was popping up when trying to access java from the command line ("The program can't start because api-ms-win-crt-runtime-l1-1-0.dll is missing").

In my case it was enough to run the Windows Update and proceed with all of the pending important updates (after that I could run java without issues, there was no need to reinstall it).

If that doesn't help, there's an article on the topic that could prove useful:
https://www.ghacks.net/2017/06/06/the-program-cant-start-because-api-ms-win-crt-runtime-l1-1-0-dll-is-missing/

答案4

得分: 0

Installing JDK + Netbeans版本正确安装,不会出现该错误。

英文:

Installing the JDK + Netbeans version works correctly and does not get that error.

huangapple
  • 本文由 发表于 2020年8月7日 00:58:44
  • 转载请务必保留本文链接:https://go.coder-hub.com/63288426.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定