无法在Debian机器上安装Java-7

时间:2014-08-04 10:30:45

标签: java ubuntu debian java-7

我无法在Java-7上安装Google Cloud Engine。最初我添加了一个ppa存储库:

sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update

得到了这个:

Hit http://ftp.debian.org wheezy-backports/non-free Translation-en/DiffIndex
Err http://ppa.launchpad.net wheezy/main Sources
404  Not Found
Err http://ppa.launchpad.net wheezy/main amd64 Packages
404  Not Found
Ign http://ppa.launchpad.net wheezy/main Translation-en
Fetched 473 B in 2s (236 B/s)
W: GPG error: http://www.duinsoft.nl debs Release: The following signatures couldn't be    
verified because the public key is not available: NO_PUBKEY E18CE6625CB26B26
W: Failed to fetch 
http://ppa.launchpad.net/webupd8team/java/ubuntu/dists/wheezy/main/source/Sources  404    
Not Found
W: Failed to fetch   
http://ppa.launchpad.net/webupd8team/java/ubuntu/dists/wheezy/main/binary-amd64/Packages    
404  Not Found
 E: Some index files failed to download. They have been ignored, or old ones used 
 instead.

确定apt-get update无效的原因。我删除了/etc/apt/sources.list.d/ webupd8team-java-wheezy.list,然后运行apt-get update。一切正常!

现在,还有其他方法可以使用java-7在远程计算机上安装CLI。我用Google搜索但没有找到任何相关信息(除了手动安装java-7)。

1 个答案:

答案 0 :(得分:0)

如果您没有使用Java 7的特定要求,则可以在Debian版本中安装带有webupd8 repository的Java 8。但是,这些步骤与您在Java 7版本中遵循的步骤完全不同。

您可能知道,安装JDK 8并不意味着您的应用程序需要符合JRE 8标准:您可以随时在Eclipse(或您的IDE)中设置合规性级别。