Morrowind-2020 icon indicating copy to clipboard operation
Morrowind-2020 copied to clipboard

Use JSmooth to build executable

Open matshou opened this issue 5 years ago • 0 comments

This might be exactly what we've been looking for:

JSmooth is a Java Executable Wrapper. It creates native Windows launchers (standard .exe) for your java applications. It makes java deployment much smoother and user-friendly, as it is able to find any installed Java VM by itself.

When no VM is available, the wrapper can automatically download and install a suitable JVM, or simply display a message or redirect the user to a web site.

The project is quite outdated and does not support x64 builds.

matshou avatar Apr 15 '19 09:04 matshou