You are not logged in.

#1 2014-08-18 07:10:15

Shark
Member
From: /dev/zero
Registered: 2011-02-28
Posts: 686

[SOLVED] Netbeans broken

Hello

After yesterday update of Java Netbeans stopped working. Firstly, i couldn't event to start the Netbeans since all what i got was this little blue window loading the modules and that's it. Then i wiped the Netbeans and remove its local configs. This enables me now to start it but all my old projects are broken and the new ones can't be created.

This is the error i get:
https://drive.google.com/file/d/0B93pOK … sp=sharing

Java home variable:

/usr/lib/jvm/java-default-runtime

Anyone with similar problems?

Last edited by Shark (2014-08-18 09:19:24)


If you have built castles in the air, your work need not be lost; that is where they should be. Now put foundations under them.
Henry David Thoreau

Registered Linux User: #559057

Offline

#2 2014-08-18 09:15:11

Wikimig
Developer
From: France
Registered: 2004-12-10
Posts: 77
Website

Re: [SOLVED] Netbeans broken

To temporarily fix your issue, you can set this variable

netbeans_jdkhome="${JAVA_HOME}"

in this file:

/usr/share/netbeans/etc/netbeans.conf

Last edited by Wikimig (2014-08-18 09:17:19)

Offline

#3 2014-08-18 09:19:08

Shark
Member
From: /dev/zero
Registered: 2011-02-28
Posts: 686

Re: [SOLVED] Netbeans broken

Thanks, that solved the issue.


If you have built castles in the air, your work need not be lost; that is where they should be. Now put foundations under them.
Henry David Thoreau

Registered Linux User: #559057

Offline

#4 2014-08-18 09:56:37

Wikimig
Developer
From: France
Registered: 2004-12-10
Posts: 77
Website

Re: [SOLVED] Netbeans broken

After deleting my ~/.netbeans dir, I can start netbeans without setting variable netbeans_jdkhome. You might want to try this (you should make a backup copy of this directory before removing it of course).
As I can run netbeans without modifying netbeans.conf, I am not going to open a bug report.

Offline

#5 2014-08-18 10:04:54

Shark
Member
From: /dev/zero
Registered: 2011-02-28
Posts: 686

Re: [SOLVED] Netbeans broken

Wikimig wrote:

After deleting my ~/.netbeans dir, I can start netbeans without setting variable netbeans_jdkhome. You might want to try this (you should make a backup copy of this directory before removing it of course).
As I can run netbeans without modifying netbeans.conf, I am not going to open a bug report.

I have tried that before without success.


If you have built castles in the air, your work need not be lost; that is where they should be. Now put foundations under them.
Henry David Thoreau

Registered Linux User: #559057

Offline

#6 2014-08-18 11:56:20

close2
Member
Registered: 2006-09-08
Posts: 12

Re: [SOLVED] Netbeans broken

If you don't want to change a global file the temporary fix also works when you modify .netbeans/8.0/etc/netbeans.conf (or create it) and add the same line.

Offline

Board footer

Powered by FluxBB