Hi, Thank you so much for the response. Since I’m quite new to Java, can you tell me exactly how and where to make the suggested change?
> On May 7, 2019, at 3:20 PM, Quang Nguyen <qhng2...@gmail.com> wrote: > > 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,