I installed Drools in eclipse via jbpm drools integration 7.46 and added defined runtime as well but While creating new drools project its showing build error saying "Errors running builder 'Drools Builder' on project 'myProject' could not initialize class org.drools.compiler.kprojrct.models.KieModuleMarshaller java.lang.ExceptionInInitializerError
I'm using jdk17 though. can someone please help me on this!
I tried building the project but its giving errors one error is mentioned below.
java.lang.InterruptedException
at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:386)
at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2096)
at org.eclipse.lsp4e.operations.hover.LSPTextHover.getHoverInfo(LSPTextHover.java:73)
at org.eclipse.ui.internal.genericeditor.hover.CompositeTextHover.getHoverInfo2(CompositeTextHover.java:60)
at org.eclipse.jface.text.TextViewerHoverManager$1.run(TextViewerHoverManager.java:155)