I don't know when it happened. I use java/netbeans sometimes, normally I use java/eclipse-devel while in development, then to compile with the clang compiler I create a Netbeans project and compile it. However, today I opened Netbeans and it doesn't start.
It was installed (last version, 7.4), I reinstalled it over, then uninstalled and reinstalled, but there's no way to start it. When I run it at the console, it "thinks" for few seconds and then exits, no splash screen, nothing. It can be due to the OpenJDK version, the system (FreeBSD 9.2-RELEASE) has both OpenJDK 6 and 7 installed. At the console the command
Now, Eclipse uses version 6 and Netbeans uses version 7, is it possible it's an OpenJDK version clash (i.e. Netbeans starts and exits due to a wrong Java version, or doesn't find version 7)? Does anyone know how I can change it, perhaps in a small script, before I start it?
I remember I successfully ran Netbeans 7.4 at least one time when I upgraded it from version 7.3 to 7.4.
It was installed (last version, 7.4), I reinstalled it over, then uninstalled and reinstalled, but there's no way to start it. When I run it at the console, it "thinks" for few seconds and then exits, no splash screen, nothing. It can be due to the OpenJDK version, the system (FreeBSD 9.2-RELEASE) has both OpenJDK 6 and 7 installed. At the console the command
java -version tell me it's 6.
Code:
openjdk version "1.6.0_32"
OpenJDK Runtime Environment (build 1.6.0_32-b28)
OpenJDK 64-Bit Server VM (build 23.25-b01, mixed mode)
Now, Eclipse uses version 6 and Netbeans uses version 7, is it possible it's an OpenJDK version clash (i.e. Netbeans starts and exits due to a wrong Java version, or doesn't find version 7)? Does anyone know how I can change it, perhaps in a small script, before I start it?
I remember I successfully ran Netbeans 7.4 at least one time when I upgraded it from version 7.3 to 7.4.