Normalmente il file jar dovrebbe essere eseguito su tutte le piattaforme che supportano java (windows/linux/MacOs/ubuntu)
Ovviamente va instaĺlato il Runtime (jre). Mi pare che linux non abbia bisogno di installare JRE.
Fa eccezione se usi librerie specifiche per una piattaforma.
e questo per installare il runtime
Hi Guys, Anyone has an idea how to run a jar application on mac. Any help would be appreciated. Thanks in advance.
Se poi vuoi proprio creare un pacchetto puoi usare il file JSON che produce direttamente l'ambiente IDE quando compila l'esecutivo Windows (Con OprenJDK 11 o 14) per usare un software simile a Inno Script per creare un package Linux e/o Mac
B4JPackager11 is a utility written in B4J that uses the underlying Java tools to create a standalone package that doesn't depend on any other software being installed. It works with OpenJDK 11 and OpenJDK 14. Starting from B4J v8.30 it is integrated in the IDE and available under Project - Build...