Problema ao instalar o NetBeans 7.3 no Ubuntu 12.10

0

Acabei de baixar a última versão do Netbeans no meu Ubuntu e fiz questão de fazer o mesmo com o JDK também. O problema é que, toda vez que tento instalar o Netbeans, esta mensagem é exibida:

"sybreed@sybreed-VGN-BZ31XT:~/Downloads$ sh netbeans-7.3-linux.sh
Configuring the installer...
Searching for JVM on the system...
Extracting installation data...
Running the installer wizard...
An error occured while initializing the NetBeans IDE installer UI.
Most probably the running JVM is not compatible with the current platform.
See FAQ at http://wiki.netbeans.org/FaqUnableToPrepareBundledJdk for more information.
/usr/lib/jvm/jdk1.7.0_17/jre/lib/i386/xawt/libmawt.so: libXtst.so.6: cannot open shared object file: No such file or directory

Exception:
  java.lang.UnsatisfiedLinkError:
  /usr/lib/jvm/jdk1.7.0_17/jre/lib/i386/xawt/libmawt.so: libXtst.so.6: cannot open shared object file: No such file or directory"

Alguém tem idéia do que isso significa?
P.S: Se esta pergunta já foi respondida, peço desculpas antecipadamente.

    
por Sybreed 18.04.2013 / 12:57

1 resposta

0

Parece que você está com saudades de libxtst6 ... você deve tentar

sudo apt-get install libxtst6

Mas é estranho porque openjdk-7-jre depende disso.

    
por Rémi 18.04.2013 / 13:37