我无法使用带有 Ant Web 应用程序的 Java 在 netbeans 中编译我的 .jsp

问题描述 投票:0回答:0

我正在尝试按照课堂上的实验说明进行操作,但我的 .jsp 无法编译,输出如下所示

Exception in thread "main" java.lang.IllegalArgumentException: PWC6309: Illegal compilerSourceVM: 17
    at org.apache.jasper.JspC.setCompilerSourceVM(JspC.java:724)
    at org.netbeans.modules.web.project.ant.JspC.main(JspC.java:55)
    at org.netbeans.modules.web.project.ant.JspCSingle.main(JspCSingle.java:94)
C:\Users\User\OneDrive\Documents\xxx\Sem 4\CSE3023 (K1) Web Development\Lab 1\Task7_1\nbproject\build-impl.xml:946: The following error occurred while executing this line:
C:\Users\User\OneDrive\Documents\xxx\Sem 4\CSE3023 (K1) Web Development\Lab 1\Task7_1\nbproject\build-impl.xml:921: Java returned: 1
BUILD FAILED (total time: 0 seconds)```


can someone show and help me how to solve this problem?
jsp web netbeans
© www.soinside.com 2019 - 2024. All rights reserved.