Skip to content

dustins/SvgExe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SvgExe

SvgExe is a program that builds self-extracting jars. These self-extracting jars can handle external files and native resources.

Building with Maven

Ensure Maven is installed on your system.

  1. Go to the project directory.

    > cd /path/to/project

  2. Build the project.

    > mvn clean install

  3. Verify the project jar were created.

    > ls target/svgexe*

    target/svgexe-{version}.jar

  4. All done! Now you can run svgexe-{version}.jar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%