Monday, May 20, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 12775  / 1 Year ago, fri, january 13, 2023, 1:13:34

I just installed Ubuntu 15.10 64bit on my Thinkpad and everything works fine, but I installed netbeans 8.0.2 and when I try to launch it, it freezes at startup during the Loading modules phase.



I have openjdk 8 installed. I don't understand this problem since on 15.04 32bit on another computer it works just fine.



When starting netbeans from command line the message is the following:



chrisgaubla@sokioute:~/netbeans-8.0.2/bin$ sh netbeans



OpenJDK 64-Bit Server VM warning: ignoring option PermSize=32m; support was removed in 8.0


More From » java

 Answers
0

Same here. The Java 8 build 1.8.0_66-internal-b01 seems to be a little unstable. You could either wait for a newer build to arrive in Ubuntu (https://tracker.debian.org/news/720431) or use OpenJDK 7 for now.



Edit:

This does indeed seem to be a problem with OpenJDK 8, which still seems to exist is build 66-b17. If you need Java 8, you can download Oracle's JDK from http://www.oracle.com/technetwork/java/javase/downloads and set the path to that JDK in the file <netbeans directory>/etc/netbeans.conf (parameter "netbeans_jdkhome"). I couldn't reproduce the problem with the Oracle JDK.


[#17892] Friday, January 13, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
tonhorn

Total Points: 196
Total Questions: 118
Total Answers: 95

Location: Vanuatu
Member since Fri, May 13, 2022
2 Years ago
;