MyCoRe-Org / pica2mods

GNU General Public License v3.0
0 stars 0 forks source link

Implemented pica2mods-runner #49

Closed golsch closed 1 year ago

sebhofmann commented 1 year ago

If you plan to make a command you can take a look at https://www.graalvm.org/22.0/reference-manual/native-image/ I allows you to compile your jar to a "real" executable. There is a maven plugin which handles everything. I already tried it and it worked very well for me.