Good day.
I'm having problems with the JDK in Netbins 13. After building the javacart applet project, I'm getting the following errors:
Compiling 1 source file to D:\Netbeans_Work\ClassicApplet4\build\APPLET-INF\classes
error: Source option 6 is no longer supported. Use 7 or later.
error: Target option 6 is no longer supported. Use 7 or later.
But in the project settings there is only JDK 6

How can I change the version of the JDK?