umake 没有列出 Java IDE

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:~$ 

答案1

您可能需要更新您的 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 版本

相关内容