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

后端 未结 6 1311
无人共我
无人共我 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:00

    1. Change the priority of the Oracle Java executables:

      export PATH=/usr/java/latest/bin:$PATH

    2. Run the installer:

      ./netbeans-8.1-linux.sh

提交回复
热议问题