Error in Eclipse 2024-03

Hi Team,

I have installed the Flowable designer in Eclipse 2024-03. I was able to create a new Flowable project, but when I tried to create a new BPMN diagram, I got the following error: class org.eclipse.jdt.internal.core.JavaNature cannot be cast to class org.eclipse.jdt.core.IJavaProject (org.eclipse.jdt.internal.core.JavaNature and org.eclipse.jdt.core.IJavaProject are in unnamed module of loader org.eclipse.osgi.internal.loader.EquinoxClassLoader @2f476789)

I installed the Eclipse version for diagram-based application development which included ecore and Java Development Tools.

Any guidance would be appreciated :slight_smile:

Thanks!

eclipse:

Version: 2023-09 (4.29.0)

Build id: 20230907-1323

works fine for me.

Hi Martin,

Thanks! I could download that version anymore, but

Version: 2023-12 (4.30.0)

Build id: 20231201-2043

Any update on this? I’m getting the same error in Eclipse 2024-12

Since that time I started to work with the intelij plugin:

There were some issues to get it running on community edition and latest version, but they were resolved in:

so now I am able to run and fix issues in the plugin.
Martin

I’ve created a fix for eclipse if anyone has the power to review/merge:

@Sm0keySa1m0n
I tried to build you r branch locally but it fails on:

Exception in thread "main" java.lang.NoSuchMethodError: 'java.lang.String org.eclipse.equinox.p2.core.IProvisioningAgent.getProperty(java.lang.String)'
        at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.getAgentPropertyWithFallback(SimpleArtifactRepository.java:814)

Thanks in advance
Martin