I'm not able to log in since the log in pop up window always hangs.
This is on Mac OS Tahoe 26.3
Anyone else?
I'm forced to use the previous SDK version to view crash reports.
I'm not able to log in since the log in pop up window always hangs.
This is on Mac OS Tahoe 26.3
Anyone else?
I'm forced to use the previous SDK version to view crash reports.
By the way, here's what I use for Java with no issues. You notice I don't set a path for the extension.
C:\Users\James>java -version
openjdk version "17.0.2" 2022-01-18
OpenJDK Runtime Environment (build 17.0.2+8-86)
OpenJDK 64-Bit Server VM (build 17.0.2+8-86, mixed mode, sharing)
That‘s the problem:
I then downloaded and installed the latest Oracle JDK 25.0.2. After that, ERA worked correctly.
However, the Monkey C compiler inside VS Code did not work with that Java version. I had to keep the Java path in the Monkey C extension settings set to JRE 1.8.0_481.
I was running JRE 1.8.0_481 but as was already noted, era in SDK 8.4.1 does not work with this version due to it using a 55.0 version class.
I installed the latest java LSE version 25 to get this to work. I used Eclipse Tunerin openjdk 25.0.2 which worked for both the compiler and era.
Thank you for your note - it works - VSC Monkex C and ERA!
From:
https://adoptium.net/de/temurin/releases
for my WIN 10 PC, I downloaded JDK 25.0.2 x64 as ZIP version and set the path to the unzipped directory in VSC Monkey C settings.