I updated Cursive today and now cannot open my any project, the plugin seems to crash, disabling Cursive plugin allows project to load
Cursive 2025.2-eap2-251
huh, how did a 2025.2-eap build get delivered to my 2025.1 idea build
i uninstalled cursive, then the IDEA auto-update was silently failing, so i reinstalled IDEA from web download, then installed Cursive which correctly updated to 2025.1.1-251, and now, I am prompted to update Cursive again to an invalid version
for now I am going to turn off update plugins automatically and just not update
Ugh, so JetBrains have recently taken to ignoring the until-build, on the theory that this will make more plugins available. Lots of plugin authors have complained, but they seem pretty committed. I'll talk to them about this.
I've been trying to get https://github.com/defold/defold/tree/dev/editor running in Cursive, and succeeded on one machine, but get
Execution error (UnsupportedClassVersionError) at java.lang.ClassLoader/defineClass1 (ClassLoader.java:-2).
com/defold/editor/Start has been compiled by a more recent version of the Java Runtime (class file version 67.0), this version of the Java Runtime only recognizes class file versions up to 65.0
on another 😓Using MS OpenJDK 21 on both (which is a https://github.com/defold/defold/blob/dev/editor/README_SETUP_MACOS.md#required-software---java-jdk-21), but it seems something is compiling with a newer version.
On the "sick" machine I can succesfully launch Defold with lein run from the terminal, but only after running lein clean, if I ran it via Cursive beforehand. Else I get the same issue as above.
Yay! Bowed down to the LLMs, and copy-pasted this thread to Claude. It suggested setting :java-cmd explicitly (in my case :java-cmd "/Users/grav/Library/Java/JavaVirtualMachines/ms-21.0.7/Contents/Home/bin/java") in project.clj, and lo and behold, it worked 🎉