Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ezhov-da/0b444e47252eded7236ba21a3305e329 to your computer and use it in GitHub Desktop.
Save ezhov-da/0b444e47252eded7236ba21a3305e329 to your computer and use it in GitHub Desktop.
java unsupported major.minor version 52.0 netbeans
http://stackoverflow.com/questions/32199584/compiling-any-javafx-project-in-netbeans-returns-unsupported-major-minor-version
<pre>
You have to change netbeans_jdkhome in netbeans.conf file.
Close NetBeans if it is running.
Find the file C:\Program Files\NetBeans 7.3\etc\netbeans.conf
Change the value for the parameter "netbeans_jdkhome" to the desired JDK version
E.g.: netbeans_jdkhome="C:\Program Files\Java\jdk1.7.0_21"
Save the file and start NetBeans again.
Source + more detailed information: https://joanpaon.wordpress.com/2013/06/11/how-to-change-netbeans-default-java-platform-2/
</pre>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment