Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-dev] m2e development environment

Hi,

I have been following the details on here (https://www.eclipse.org/m2e/documentation/m2e-development-environment.html) to get setup.

its all imported and all the errors cleared but i'm getting errors with the lemminx editor when running as an eclipse application, stack trace is below:

Caused by: java.lang.NullPointerException
at org.eclipse.m2e.editor.lemminx.BundleResolver.getBundleResource(BundleResolver.java:39)
at org.eclipse.m2e.editor.lemminx.MavenRuntimeClasspathProvider.get(MavenRuntimeClasspathProvider.java:57)
at org.eclipse.m2e.editor.lemminx.MavenRuntimeClasspathProvider.get(MavenRuntimeClasspathProvider.java:1)
at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195)
at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195)
at java.base/java.util.HashMap$EntrySpliterator.forEachRemaining(HashMap.java:1746)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)

Seems it can’t find the jars/ directory in the org.eclipse.m2e.maven.runtime bundle.

Do i need to do something special to get it running inside eclipse?

Cheers

a1dutch


Back to the top