You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Tie (Jira)" <ji...@apache.org> on 2020/03/15 01:49:00 UTC

[jira] [Created] (NETBEANS-4012) Ant's web applications totally do not work

Tie created NETBEANS-4012:
-----------------------------

             Summary: Ant's web applications totally do not work
                 Key: NETBEANS-4012
                 URL: https://issues.apache.org/jira/browse/NETBEANS-4012
             Project: NetBeans
          Issue Type: Bug
          Components: javaee - Web Project, projects - Ant Project
    Affects Versions: 11.2, 11.3
         Environment: Netbeans 11.3, JDK11, Windows 10 64 bits
            Reporter: Tie


When I created a web application using Ant, I cannot run any Java class contained in the web application with JDK 11.

The run log reported such issues:

-Xbootclasspath/p is no longer a supported option.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
C:\Users\lteb2\AppData\Local\NetBeans\Cache\11.3\executor-snippets\run.xml:111: The following error occurred while executing this line:
C:\Users\lteb2\AppData\Local\NetBeans\Cache\11.3\executor-snippets\run.xml:68: Java returned: 1

 

I cannot find any configuration about the JVM option -Xbootclasspath/p. It seems the Ant web project Wizard implicitly added such a JVM option and then stoped the Java classes from running correctly with JDK 11.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists