I have created an .exe file of my software (which is a Java swing application). But the .exe file is running only on those computers which have the JVM installed. I want to run it on computers which do not have the JVM installed. How do I accomplish this?
Share
You need a JVM to run Java. There’s no getting around that.
Users that don’t have a JRE installed will have to get one. Don’t confuse that with the JDK. They don’t need all the development tools, just the runtime engine.