Like what you see? Have a play with our trial version.

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Table of Contents
classcontents

Overview


Styleclass
ClasstopLink

top

The Yellowfin installer is a java archive (.jar) file. This is essentially a zip-compatible file, with some special properties. The Java Development Kit comes with a command-line tool for creating and extracting these files, called jar (jar.exe on Windows).

...

Code Block
none
none
jar cvmf META-INF/MANIFEST.MF /path/to/yellowfin-modified.jar *

This command creates a new installer jar file, using the contents of the original file and any additional files you have added. The jar manifest file from the original installer is used.

...

See http://launch4j.sourceforge.net/ for more information.

...


horizontalrule

Styleclass
ClasstopLink

top

...