cursive

Dustin Getz (Hyperfiddle) 2025-06-01T16:52:13.531949Z

I updated Cursive today and now cannot open my any project, the plugin seems to crash, disabling Cursive plugin allows project to load

Dustin Getz (Hyperfiddle) 2025-06-01T16:52:43.191829Z

Dustin Getz (Hyperfiddle) 2025-06-01T16:53:12.915839Z

Cursive 2025.2-eap2-251

Dustin Getz (Hyperfiddle) 2025-06-01T16:53:52.809969Z

huh, how did a 2025.2-eap build get delivered to my 2025.1 idea build

Dustin Getz (Hyperfiddle) 2025-06-01T17:15:59.953269Z

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

Dustin Getz (Hyperfiddle) 2025-06-01T17:16:33.338679Z

for now I am going to turn off update plugins automatically and just not update

cfleming 2025-06-01T19:42:58.331479Z

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.

👀 1
grav 2025-06-01T19:26:56.091569Z

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 😓

grav 2025-06-01T19:27:32.516439Z

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.

grav 2025-06-01T19:29:14.603339Z

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.

grav 2025-06-01T19:47:20.787919Z

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 🎉