Can't find/install libXtst.so.6?

前端 未结 4 1649
谎友^
谎友^ 2020-11-27 03:49

I\'m running Ubuntu 12.10 and I\'m trying to install Netbeans 7.1(or later) I have the .sh file, but it won\'t install, the error appears here:

[2013-06-27 1         


        
4条回答
  •  广开言路
    2020-11-27 04:40

    Your problem comes from the 32/64 bit version of your JDK/JRE... Your shared lib is searched for a 32 bit version.

    Your default JDK is a 32 bit version. Try to install a 64 bit one by default and relaunch your `.sh file.

提交回复
热议问题