I am running maven build through terminal in mac from knime-core repository. I am getting below error while running mvn clean install command.
[WARNING] Error injecting: org.eclipse.tycho.build.TychoGraphBuilder
java.lang.NoClassDefFoundError: org/eclipse/core/runtime/CoreException
at java.lang.Class.getDeclaredConstructors0 (Native Method)
at java.lang.Class.privateGetDeclaredConstructors (Class.java:3373)
at java.lang.Class.getDeclaredConstructors (Class.java:2555)
at com.google.inject.spi.InjectionPoint.forConstructorOf (InjectionPoint.java:299)
at com.google.inject.internal.ConstructorBindingImpl.create (ConstructorBindingImpl.java:121)
Anyone has idea about this error.
1 post - 1 participant