scripts icon indicating copy to clipboard operation
scripts copied to clipboard

JRE Engine

Open madoar opened this issue 5 years ago • 2 comments

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

madoar avatar Mar 15 '19 22:03 madoar

It may be worth thinking about using docker to provide a JRE for executing simple jar files.

madoar avatar Mar 15 '19 22:03 madoar

From my understanding docker should not be used for desktop apps. Is there a JRE package for generic Linux?

plata avatar Mar 16 '19 09:03 plata