Netbeans IDE did work after installation, but doesn't start after restart.

i installed Netbeans on Ubuntu 11.10 following these instructions: .

It worked perfectly fine (creating projects, open projects, compile, run...) but after restarting netbeans started normally and it is shown as a running application in unity-panel but I can't access the programm.

I uninstalled and reinstalled it, it worked once but failed after restart.

Has anyone an idea what might be the problem here?

Thanks in advance. Regards

5

2 Answers

I changed

netbeans_jdkhome="/usr/lib/jvm/java-6-openjdk"

to

netbeans_jdkhome="/usr/lib/jvm/java-6-openjdk-amd64"

in netbeans-7.1/etc/netbans.conf on Ubuntu 12.04

It worked.

1

Install from software center, and tell us if is it working. Always you can, install preferably from software center =)

5

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like