IBM / zopeneditor-about

IBM Z Open Editor: File issues here!
https://ibm.github.io/zopeneditor-about
Apache License 2.0
49 stars 20 forks source link

New version of z/Open Editor was pushed out today and now getting message about the need for a Java > V11 #419

Closed davidkjackson54 closed 3 months ago

davidkjackson54 commented 3 months ago

This only started this morning after a new version of z/Open Editor was pushed out to VSCcode.

I am getting this message: image

I am running Semeru V21 A Java --version shows this:

java --version openjdk 21.0.3 2024-04-16 LTS IBM Semeru Runtime Open Edition 21.0.3.0 (build 21.0.3+9-LTS) Eclipse OpenJ9 VM 21.0.3.0 (build openj9-0.44.0, JRE 21 Windows 11 amd64-64-Bit Compressed References 20240416_179 (JIT enabled, AOT enabled) OpenJ9 - b0699311c7 OMR - 254af5a04 JCL - ac8f341bc20 based on jdk-21.0.3+9)

benjamin-t-santos commented 3 months ago

Hi @davidkjackson54, sorry that the recent Z Open Editor update is causing you this issue. I was able to get the same Java (IBM Semeru 21.0.3.0) working with Z Open Editor 4.3.0 on Windows 11, so I feel confident that we can this working for you again. Some questions that will help us fix this:

Thanks.

davidkjackson54 commented 3 months ago

The java --version and java -version both provide the exact same information: C:\Users\djackson4>java --version openjdk 21.0.3 2024-04-16 LTS IBM Semeru Runtime Open Edition 21.0.3.0 (build 21.0.3+9-LTS) Eclipse OpenJ9 VM 21.0.3.0 (build openj9-0.44.0, JRE 21 Windows 11 amd64-64-Bit Compressed References 20240416_179 (JIT enabled, AOT enabled) OpenJ9 - b0699311c7 OMR - 254af5a04 JCL - ac8f341bc20 based on jdk-21.0.3+9)

C:\Users\djackson4>java -version openjdk version "21.0.3" 2024-04-16 LTS IBM Semeru Runtime Open Edition 21.0.3.0 (build 21.0.3+9-LTS) Eclipse OpenJ9 VM 21.0.3.0 (build openj9-0.44.0, JRE 21 Windows 11 amd64-64-Bit Compressed References 20240416_179 (JIT enabled, AOT enabled) OpenJ9 - b0699311c7 OMR - 254af5a04 JCL - ac8f341bc20 based on jdk-21.0.3+9)

The Z/Open Editor welcome screen shows this: image

I noticed in your screen shot that you point to the upper folder whereas in mine I was pointing at the /bin folder. I changed by JAVA_HOME to come up one level: image

It now works... I seem to remember that at one point in time you had to point to the bin but clearly not now!