Solving plugin not working anymore after Eclipse 2021-09 update
KoolLSL opened this issue · 2 comments
I had this issue after updating/reinstalling Eclipse to latest. Eclipse would show the startup screen, then vanish though staying in memory till terminated in Task manager. Or at best after a new reinstall, Eclispe would start but show a blank tab when opening a file in LSLForge editor. It seems the solution was to uninstall the default latest JDK 17 and replace it by the older JDK 11. I had also to edit eclipse.ini and update the JDK path after -vm, else Eclispe would block at next launch. For info i used https://adoptium.net/?variant=openjdk11 . Maybe it also works if selecting the older JDK 11 in the Oomph setup but
I have not re-tested.
There are some error messages in myWorkspace.../.metada/.log . It seems some other people had also issues on other plugins after updating Eclipse. Maybe it is related to a certain "ToQuery" which was mentioned in my error logs. For instance dotnet/efcore#19708 but I don't know beyond that.
Thank you KoolLSL!
I tried to choose JDK11 in latest eclipse installer and it successfully worked on macOS Big Sur.
I should make LSLForge binary to support Apple Silicon...