zoukankan      html  css  js  c++  java
  • 安装linux jdk 错误

    安装linux jdk 出现以下错误: ./install.sfx.XXX: not found 


    系统环境:ubuntu 11(64位) , jdk-6u43-linux-i586.bin 32位 


    在安装的过程中会出现以上错误,./install.sfx.XXX: not found 

     

    sudo ./jre-6u43-linux-i586.bin
    Unpacking...
    Checksumming...
    Extracting...
    ./jre-6u30-linux-i586.bin: 86: ./install.sfx.8648: not found
    Failed to extract the files. Please refer to the Troubleshooting section of
    the Installation Instructions on the download page for more information.

    解决方法:

    sudo apt-get install g++-multilib

    运行命令

    完成后再安装

    chris@chris-VirtualBox:~/Downloads$ sudo ./jre-6u43-linux-i586.bin
    Unpacking...
    Checksumming...
    Extracting...
    UnZipSFX 5.50 of
    creating: jre1.6.0_43/
    creating: jre1.6.0_43/bin/
    inflating: jre1.6.0_43/bin/java 
    inflating: jre1.6.0_43/bin/jcontrol 
    linking: jre1.6.0_43/bin/ControlPanel -> ./jcontrol 
    inflating: jre1.6.0_43/bin/java_vm 
    ...
    安装成功了

  • 相关阅读:
    mysql的数据类型和字段属性
    随便弄个名字 以后改
    drupal 不错的网址
    iwebshop 模板手册
    1.nginx 防注入
    DenyHosts 安装及配置详解
    drupal8 管理入门
    1.php代码块
    Drupal Nginx伪静态设置方法
    Nginx优化(十七)
  • 原文地址:https://www.cnblogs.com/java20130722/p/3207282.html
Copyright © 2011-2022 走看看