作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在 Red Hat Enterprise Linux 机器上安装 JDK 7u15 版本时出现以下错误。
我不知道该怎么办?我的意思是对运行我的程序有什么影响?
这些包文件是什么?
charsets.pack
deploy.pack
javaws.pack
jsse.pack
localedata.pack
plugin.pack
rt.pack
我已按照 oracle 站点中给出的步骤进行操作: http://docs.oracle.com/javase/7/docs/webnotes/install/linux/linux-jdk.html
RHEL 版本:6
以下是来自 putty 的确切消息:
bash-4.1$ sudo rpm -ivh jdk-7u15-linux-i586.rpm
Preparing... ########################################### [100%]
1:jdk ########################################### [100%]
Unpacking JAR files...
rt.jar...
Error: Could not open input file: /usr/java/jdk1.7.0_15/jre/lib/rt.pack
jsse.jar...
Error: Could not open input file: /usr/java/jdk1.7.0_15/jre/lib/jsse.pack
charsets.jar...
Error: Could not open input file: /usr/java/jdk1.7.0_15/jre/lib/charsets.pack
tools.jar...
Error: Could not open input file: /usr/java/jdk1.7.0_15/lib/tools.pack
localedata.jar...
Error: Could not open input file: /usr/java/jdk1.7.0_15/jre/lib/ext/localedata.pack
plugin.jar...
Error: Could not open input file: /usr/java/jdk1.7.0_15/jre/lib/plugin.pack
javaws.jar...
Error: Could not open input file: /usr/java/jdk1.7.0_15/jre/lib/javaws.pack
deploy.jar...
Error: Could not open input file: /usr/java/jdk1.7.0_15/jre/lib/deploy.pack
最佳答案
最近我在 Fedora 上遇到了同样的问题。网上查了下,有说到(以后再能找到的话再补上)说这些都是正常的。似乎安装程序正在尝试打开 *.pack 文件,因为它们已被重命名为 *.jar。由于某些原因,他们没有尝试在任何较新的安装程序中解决此问题。
引用资料如下:
http://forums.fedoraforum.org/showthread.php?t=283237
http://wiki.rosalab.ru/en/index.php/Howto_install_proprietary_Java_from_Oracle
关于java - 瑞尔 : JDK 7u15 installation error,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15131533/
我是一名优秀的程序员,十分优秀!