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

后端 未结 6 1301
无人共我
无人共我 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 01:05

    What worked for me was installing default java environment from the terminal:

    sudo apt-get install default-jre
    

提交回复
热议问题