Não é possível instalar o JAVA SDK no UBUNTU

2

Observação: segui todas as instruções aqui: link

  1. Eu fui ao site java.sun
  2. Executei o wget: Kit de desenvolvimento Java SE 6u16, jdk-6u16-linux-ia64.bin
  3. Eu chmod 755 o arquivo, e eu o executei.
  4. Percorri os "termos e acordos" e digitei "sim".
Unpacking...
Checksumming...
Extracting...
./install.sfx.1354: 1: : not found
./install.sfx.1354: 1:ELF2@@h©@@!: not found
./install.sfx.1354: 2: Syntax error: "(" unexpected
Failed to extract the files.  Please refer to the Troubleshooting
section of the Installation Instructions on the download page for more information.

EDIT: Estou executando o servidor "64 bits" da nuvem rackspace. uname -p = x86_64

**sudo aptitude install sun-java6-jdk** does not work!

Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
No candidate version found for sun-java6-jdk
No candidate version found for sun-java6-jdk
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 41 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
Writing extended state information... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
    
por Alex 09.10.2009 / 00:18

3 respostas

2

Verifique se os seus repositórios incluem multiverso em /etc/apt/sources.list, isto deve permitir que o aptitude instale o jdk.

    
por 09.10.2009 / 08:37
4

Que tal aptitude install sun-java6-jdk ?

    
por 09.10.2009 / 00:34
0

Você fez o download do instalador binário da Itantium (ia64). Você deve voltar ao site da Sun e fazer o download do instalador do x86. O motivo pelo qual você não pode instalar é porque está procurando por partes específicas do IA64.

Seu download deve ser chamado de jdk-6u16-linux-x64.bin ou jdk-6u16-linux-x64-rpm.bin . A segunda é se você tiver um sistema baseado em RedHat

    
por 09.10.2009 / 07:26

Tags