I am able to successfully create an exe from my jar file but no matter what I enter for the JRE version I always get the same error when attemping to run it. "This application requires a Java Runtime Environment 15" or "This application requires a Java Runtime Environment 15.0.0" depending on what I enter into the Minimum JRE Version. I checked and my JDK returns "15" for the -version. What exactly should I enter in the Minimum JRE Version when using JDK 15?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It would be helpful to have the system return the version it is seeing instead of just saying it requires the minimum specified during the build. For example, "This application requires a Java Runtime Environment 15. Current Java version is 14.1.0" or whatever it sees as the Java runtime. Is it looking at the JAVA_HOME environment variable? Is it only looking at the Registry? Any information would be helpful in debugging this issue.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am able to successfully create an exe from my jar file but no matter what I enter for the JRE version I always get the same error when attemping to run it. "This application requires a Java Runtime Environment 15" or "This application requires a Java Runtime Environment 15.0.0" depending on what I enter into the Minimum JRE Version. I checked and my JDK returns "15" for the -version. What exactly should I enter in the Minimum JRE Version when using JDK 15?
It would be helpful to have the system return the version it is seeing instead of just saying it requires the minimum specified during the build. For example, "This application requires a Java Runtime Environment 15. Current Java version is 14.1.0" or whatever it sees as the Java runtime. Is it looking at the JAVA_HOME environment variable? Is it only looking at the Registry? Any information would be helpful in debugging this issue.
I just discovered that this is being discussed as a feature request. https://sourceforge.net/p/launch4j/feature-requests/127/ This can be closed.