scripts
scripts copied to clipboard
JRE Engine
It would be useful to provide an engine implementation for Java applications. This engine implementation needs to function with:
-
jar
files, without a bundled JRE - bundled java executable (basically one/multiple jar files and a JRE)
See also #898
It may be worth thinking about using docker to provide a JRE for executing simple jar
files.
From my understanding docker should not be used for desktop apps. Is there a JRE package for generic Linux?