Skip to content

samirma/JarInstallerKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to use: in your main method inside your jar-with-dependencies.jar just include this:

public static void main(String args[]) {
        JarInstallerKit.starter(args);
        ...
}

After that, every time that your jar run it will copy itself to the computer and it will run as a service when the computer boot

How to install: mvn install

Add the maven dependency

    <dependency>
        <groupId>com.samir.commons.java.JarInstallerKit</groupId>
        <artifactId>JarInstallerKit</artifactId>
        <version>1.0-SNAPSHOT</version>
    </dependency>

Execute with "init" param in order to run your app manually: java -jar your_project.jar init

About

Turn your jar program into auto installer software

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages