DOC

izpack : izpack-standalone-compiler

Maven & Gradle

Sep 20, 2005
1 usages

izpack-standalone-compiler · IzPack is an installers generator for the Java platform. It produces lightweight installers that can be run on any operating system where a Java virtual machine is available. Depending on the operating system, it can be launched by a double-click or a simple 'java -jar installer.jar' on a shell. The most common use is to distribute applications for the Java platform, but you can also use it for other kinds of projects. The main benefit of IzPack is that it provides a clean and unique way of distributing a project to users using different operating systems.

Table Of Contents

Latest Version

Download izpack : izpack-standalone-compiler Javadoc & API Documentation - Latest Versions:

All Versions

Download izpack : izpack-standalone-compiler Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
3.7.x

How to open Javadoc JAR file in web browser

  1. Rename the file izpack-standalone-compiler-3.7.2-javadoc.jar to izpack-standalone-compiler-3.7.2-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder izpack-standalone-compiler-3.7.2-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "izpack-standalone-compiler-3.7.2-sources.jar" -d "izpack-standalone-compiler-3.7.2-javadoc" -subpackages 

Advertisement