web-dev-qa-db-fra.com

netbeans n'affiche pas la fenêtre de projets

$ cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=17.04
DISTRIB_CODENAME=zesty
DISTRIB_DESCRIPTION="Ubuntu 17.04"

$ Java -version
Java version "9"
Java(TM) SE Runtime Environment (build 9+181)
Java HotSpot(TM) 64-Bit Server VM (build 9+181, mixed mode)

$ javac -version
javac 9
$ umake --version
16.11.1

$ umake ide netbeans
[Sudo] password for thufir: 
Choose installation path: /home/thufir/.local/share/umake/ide/netbeans
Downloading and installing requirements                                                    |
100% |#####################################################################################|
Installing Netbeans
|##########################################################################################|
Installation done

$ netbeans
The program 'netbeans' is currently not installed. You can install it by typing:
Sudo apt install netbeans

notifications

éventuellement lié à:

$ /home/thufir/.local/share/umake/bin/netbeans 
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.netbeans.ProxyURLStreamHandlerFactory (file:/home/thufir/.local/share/umake/ide/netbeans/platform/lib/boot.jar) to field Java.net.URL.handler
WARNING: Please consider reporting this to the maintainers of org.netbeans.ProxyURLStreamHandlerFactory
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
^C

ce qui est une erreur que je voyais avant une installation propre .

(Peut-être lié à cette erreur , ou du moins similaire.)

2
Thufir

Netbeans 8.2 ne fonctionne qu'avec Oracle JDK 8, mais pas avec JDK 9. J'ai eu exactement les mêmes problèmes. (Je pense que Netbeans 9 fonctionnera avec JDK9, mais ce n'est pas encore sorti.)

3
Mathias Conradt