Eclipse Installer not starting on macOS with M1 silicon

Could anybody help to setup my Eclipse environment on a MacBool Pro with M1 silicon?

I install Zulu JRE for Mac ARM (M1), java -version displays correct information
OpenJDK Runtime Environment Zulu11.54+25-CA (build 11.0.14.1+1-LTS)
so the JRE itself is working

When starting the Eclipse Installer (fresh download) I get

I tried
export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk-11.jdk/Contents/Home/bin/java
from Terminal, same

I found an info how to modify info.plist in the package to specify the JVM location doesn’t helped.

I found how to re-sign Eclipse Installer.app, doesn’t help

I downloaded and installed Zulu JDK, doesn’t help. java -version now displays
OpenJDK Runtime Environment Zulu11.54+25-CA (build 11.0.14.1+1-LTS)
OpenJDK 64-Bit Server VM Zulu11.54+25-CA (build 11.0.14.1+1-LTS, mixed mode)

I downloaded the Eclipse package for Mac ARM architecture from Eclipse Packages | The Eclipse Foundation - home to a global community, the Eclipse IDE, Jakarta EE and over 350 open source projects....
This one starts without problem, but of course doesn’t install the OH components.

Does anyone use the OH Eclipse Installer on macOS?

  • Platform information:
    • Hardware: Appl/M1 CPU/ARM/16GB
    • OS: macOS Monsteray 12.1
    • Java Runtime Environment: which java platform is used and what version
    • openHAB version:
      OpenJDK Runtime Environment Zulu11.54+25-CA (build 11.0.14.1+1-LTS)
      OpenJDK 64-Bit Server VM Zulu11.54+25-CA (build 11.0.14.1+1-LTS, mixed mode)

Is nobody using the IDE on am M1 Mac?