miguelcordovam / leJOS_plugin

leJOS plugin for Intellij Idea
8 stars 4 forks source link

Error while compiling the plugin #16

Open lightoshadow opened 1 year ago

lightoshadow commented 1 year ago

I did what described by @Binozo in his repository. I installed openjdk20 and plugin sdk based on openjdk20. When I try to compile I get this error:

OpenJDK 64-Bit Server VM warning: Archived non-system classes are disabled because the java.system.class.loader property is specified (value = "com.intellij.util.lang.PathClassLoader"). To use archived non-system classes, this property must not be set
Error occurred during initialization of VM
java.lang.NoClassDefFoundError: com/intellij/util/lang/UrlClassLoader

I tried to search online but nothing helped me. Do you have any tips? Thanks.

PS: @miguelcordovam if you can compile it, can you upload the newer version on the Jetbrain's marketplace?