Standalone JAR generation
By sgparry, with 2 replies.
Last reply by sgparry, 4 months ago:
Thanks for that; looking at the problem more holistically, have you considered using jlink to generate a complete self-contained application runtime? Be warned, this is not for the fainthearted - the compiled project has to be fully modular, including all dependencies, which can be a real pain (although there are plugins you can use to coerce non-modular libraries to become modular).