本文介绍了安装JDK时出错的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在Windows 8上安装JDK 1.7时遇到以下错误。

I got following error while installing JDK 1.7 on windows 8.

我从oracle基金会下载了最新版本的JDK。以前JDK 1.6安装在我的电脑上。我卸载它并尝试安装此版本并遇到此错误。

I have downloaded latest version of JDK from oracle foundation. previously JDK 1.6 was installed on my pc. I uninstalled it and tried to install this version and met this error.

有关详细信息,我已经在我的系统上安装了JRE 1.7。

For further information, I have already installed JRE 1.7 on my system.

推荐答案

错误:

"Error 1335. The cabinet file 'st170510.cab' required for this installation is corrupt and cannot be used. This could indicate a network error, an error reading from the CD-ROM, or a problem with this package."

不是因为JDK设置中的问题或是因为。

is not because of Issue in JDK setup or as such.

一些原因可能是:


  1. 一些研究表明,由于内存不足可能会出现此问题。

  1. Some research suggests that this problem may arise because of bad RAM.

来源 -

这是安装介质上的不同cabinet文件名(通常在CD上)可能出现的Windows Installer错误。

This is a Windows Installer error that may occur for different cabinet file names located on the installation media (usually on CD).

Source -

Source - error-1335-the-cabinet-file-filecab-required-for-this-installation-is-corrupt-and-cannot-be-used-this-could-indicate-a-network-error-an-error-reading-from-the-cd-rom-or-a-problem-with-this-package

可能由用户访问控制引起。

Can be caused by User Access Control.

来源 -

由计算机上运行的防火墙或病毒软件导致安装程序损坏。

Corrupted installer caused by a firewall or virus software running on your computer.

来源 -

安装程序无法从DVD / CD-ROM驱动器访问必要文件时发生。

Occur when the installer is unable to access the necessary files from the DVD/CD-ROM drive.

来源 -

每个链接都有自己的步骤列表来解决问题。
不确定在您的情况下可能导致问题的原因。

Each link has its own list of steps to resolve the Issue.Not sure what may be causing Issue in your case.

您可以尝试不同的解决方案,看看是否有任何人可以提供帮助。

You can try different solutions and see if any one can help.

谢谢!!

这篇关于安装JDK时出错的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-18 20:46