Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
12.0
-
Product Version: Apache NetBeans IDE 12.0-beta1
Java: 11.0.6; OpenJDK 64-Bit Server VM 11.0.6+10
Runtime: OpenJDK Runtime Environment 11.0.6+10
OS: Windows 10
Description
When I try to create maven web application project it throws the exception
java.lang.NullPointerException
at org.netbeans.modules.maven.execute.MavenCommandLineExecutor.isEventSpyCompatible(MavenCommandLineExecutor.java:338)
at org.netbeans.modules.maven.execute.MavenCommandLineExecutor.run(MavenCommandLineExecutor.java:246)
[catch] at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:128)
Attachments
Issue Links
- is related to
-
NETBEANS-3738 Maven builds: don't specify eventspy when JDK < 1.7
- Closed
- relates to
-
NETBEANS-4032 When creating a new maven project from archetype i get an NPE from the MavenCommandLineExecutor
- Closed
- links to