Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
10.0
-
None
-
None
-
Windows 10, Netbeans 10, Apache Tomcat 9.0
Description
I'm trying to compile a JSP file in a project, when i get this exception:
Exception in thread "main" java.lang.IllegalArgumentException: PWC6309: Illegal compilerSourceVM: 11
at org.apache.jasper.JspC.setCompilerSourceVM(JspC.java:724)
at org.netbeans.modules.web.project.ant.JspC.main(JspC.java:80)
at org.netbeans.modules.web.project.ant.JspCSingle.main(JspCSingle.java:119)
C:\Netbeans local file\JavaWebApps\demoApp\nbproject\build-impl.xml:961: Java returned: 1
BUILD FAILED (total time: 1 second)