umake没有列出Java IDE的

澄清一个我正在关闭的错误问题 ,为什么netbeans,甚至Eclipse都没有显示为umake的IDE选项?

thufir@doge:~$ thufir@doge:~$ umake --version 16.02.1 thufir@doge:~$ thufir@doge:~$ umake ide netbeans usage: umake ide [-h] {lighttable,visual-studio-code} ... umake ide: error: argument framework: invalid choice: 'netbeans' (choose from 'lighttable', 'visual-studio-code') thufir@doge:~$ thufir@doge:~$ umake ide lighttable Choose installation path: /home/thufir/.local/share/umake/ide/lighttable thufir@doge:~$ thufir@doge:~$ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=16.04 DISTRIB_CODENAME=xenial DISTRIB_DESCRIPTION="Ubuntu 16.04 LTS" thufir@doge:~$ 

只有一个Java:

 thufir@doge:~$ thufir@doge:~$ sudo update-alternatives --verbose --config java There is only one alternative in link group java (providing /usr/bin/java): /usr/lib/jvm/java-9-oracle/bin/java Nothing to configure. thufir@doge:~$ 

您可能需要更新您的umake版本

 sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make sudo apt-get update 

然后,安装Ubuntu Make:

 sudo apt-get install ubuntu-make 

你应该得到16.11.1版本