Hi, Can you let me know what I should do to resolve the error below? This is a very simple Web Java program that passes the user’s input from index.jsp to response.jsp
Created dir: /Users/apple/NetBeansProjects/HelloWeb/build/empty Created dir: /Users/apple/NetBeansProjects/HelloWeb/build/generated-sources/ap-source-output Compiling 1 source file to /Users/apple/NetBeansProjects/HelloWeb/build/web/WEB-INF/classes error: option -Xbootclasspath/p: not allowed with target 12 I compiled it in Netbeans 11 using JDK 12.0.1 Thank you,