Re: Error compiling a very simple Web Java program

2019-05-08 Thread Quang Nguyen
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 wrote: > > Hi, > Can you let me know what I should do to resolve the error below? > This is a very simple Web Java

Re: Error compiling a very simple Web Java program

2019-05-07 Thread Emilian Bold
You have the error right there: > error: option -Xbootclasspath/p: not allowed with target 12 >From >https://www.oracle.com/technetwork/java/javase/9-relnote-issues-3704069.html > The boot class path has been mostly removed in this release. The java > -Xbootclasspath and -Xbootclasspath/p opti

Error compiling a very simple Web Java program

2019-05-07 Thread Quang Nguyen
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/genera