Mssm
Mssm

Reputation: 787

Netbeans not working correctly on debian

Have been woking with netbeans on windows for ages and no problem. Installed it on Debian and it starts but most buttons doesn't respond (new project/new file ...).

Here's the resut while launching it with terminal.

WARNING: An illegal reflective access operation has occurred

WARNING: Illegal reflective access by org.netbeans.ProxyURLStreamHandlerFactory (file:/home/mssm1996/netbeans-8.2/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

Details:

Netbeans version: 8.2 OS: Parrot (distribution of debian OS) JDK version: 9.0.1

Thanks in advance.

Upvotes: 2

Views: 6075

Answers (1)

Mssm
Mssm

Reputation: 787

Solved the problem. Installed jdk 8 and configured netbeans so that its java_home becames (jdk 8) in the file /etc/netbeans.conf

Upvotes: 3

Related Questions