netbeans installation error: can't initialize ui running in headless mode

后端 未结 6 1261
无人共我
无人共我 2021-01-18 00:21

I\'m trying to install NetBeans on Linux Mint, and I\'m getting the following error every time I run the installation script:

Configuring the installer... Searching

6条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-18 00:48

    Looks like Netbeans does not work properly with Openjdk. This is what I did (in Linux Mint 12):

    sudo apt-get remove openjdk*
    sudo apt-get install sun-java6-jdk
    

    Then you will be able to run the .sh installer as usual.

提交回复
热议问题