Skip to content

Cosmoledo/JarSplice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

JarSplice

English

This project is based on http://ninjacave.com/jarsplice, but it provides more features, for example command line parameter support.

How to use the console version of JarSplice:

  • -j: Define here the jars, which should be compressed
  • -n: Define here the natives, which should be compressed
  • -o: Define here the output path and name
  • -m: Define here the main class
  • -v: Define here vm arguments

Example:

  • -j a.jar b.jar -n x32.dll x32.so -o c.jar -m main.Main -v -Xms128m -Xmx512m

If you do not define any main class, it will try to take the one from the first jar.

German

Dieses Projekt basiert auf http://ninjacave.com/jarsplice, jedoch bietet es mehr Features wie beispielsweise Befehlszeilenparameter-Unterstützung.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages