[SOLVED] Installer noSuchMethodError

My MacBook closed the installer after a half a minute. And since i reopened it the installer, it closed within a few seconds. Next, i tried to start the bundle.jar directly but it just gave me another crash report. I will paste the .log file here:

     Exception:
       java.lang.NoSuchMethodError:
      com.apple.eawt.Application.removeAboutMenuItem()V
     
     You can get more details about the issue in the installer log file:
      /Users/lasse_kelling/.jmonkeyplatform-installer/log/20180313005333.log
    ... dialog closed

I am using a 2013 Mac Book with macOS 10.11.6 and the newest JDK
i tried switching the JDK version from JDK 9 to JDK 6 and JDK 8 but it didn’t return better results.

Can you post that?

The log file dosn’t exist, but I fixed the issue just by changing my Java Version from 1.9 to 1.8 with this command:
export JAVA_HOME=`/usr/libexec/java_home -v 1.8`

This should not happen with the very latest Version (sdk3 i think)