我无法在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)。
答案 0 :(得分:0)
如果您没有使用Java 7的特定要求,则可以在Debian版本中安装带有webupd8 repository的Java 8。但是,这些步骤与您在Java 7版本中遵循的步骤完全不同。
您可能知道,安装JDK 8并不意味着您的应用程序需要符合JRE 8标准:您可以随时在Eclipse(或您的IDE)中设置合规性级别。