char16t / maven-jlink

Standalone CLI application on Java with installer for Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

installable cli app

This is helloworld command line tool built on Java 9 using jlink and installer for Windows. This is a demo of real installable Java application that can be installed/uninstalled with Inno Setup installer.

1

Build Environment:

Build:

mvn clean package exec:exec@standalone exec:exec@installer

Result:

  • target\installers contains mysetup.exe installer
  • target\standalone contains your distribution
  • helloworld.bat at your PATH! Use helloworld command everywhere

Unlicense

This is a public domain. Do with this code what you want

About

Standalone CLI application on Java with installer for Windows

License:The Unlicense


Languages

Language:Inno Setup 83.4%Language:Java 14.4%Language:Batchfile 2.2%