Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Netbeans, problem with JDK for JavaCard

User_YAXGOJul 7 2022 — edited Jul 7 2022

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
image.png

How can I change the version of the JDK?

Comments

Processing

Post Details

Added on Jul 7 2022
0 comments
264 views