

Java > Java Project > next > give a project name like "IzPack" deselect "Use default" ( 2.x) or select "Create project at external location" (3.x) Browse to %IZPACK_HOME%srclib select it Next > In "Libraries" select "Add External JARs." select ant.jar and jakarta-regexp-1.3.jar from %IZPACK_HOME%lib Finish Put your custom class sources under %IZPACK_HOME%srclib may be %IZPACK_HOME%srclibcomizforgeizpackpanelsMyPanel.java Add a create rule into %IZPACK_HOME%srcbuild.xml under target "build.panels"
#Install4j ant install
Install the latest stable release of IzPack with the sources ! For more details see the section "IzPack Installation". Here are the steps needed to develop and debug IzPack with Eclipse:
#Install4j ant how to
How to develop and debug IzPack using Eclipse There you are! The first command has produced the installer and the second one did launch it. for the latter, just change the path separator (slash '/') to a backslash. The following should work on both unix* and windows systems. So go on open a command-line shell and navigate to sample/. Now you probably can't wait to build your first installer.
#Install4j ant download
If needed download the Latest Java Run Time from Sun's website. Installation of IzPackįirst go get the latest stable version of IzPack from:

Note : these scripts can be launched from anywhere on your system as the installer has customized these scripts so that they can inform IzPack of where it is located. Compile is used to compile a ready-to-go xml installation file from a command-line context or from an external tool. But the most important things you can see in bin are the compile scripts (in both unix* and windows formats). The icons/ directory contains some directories for your system, in case you would like an icon to launch a component of IzPack. If you are reading this, you already know that doc contains this documentation The most important for the moment are bin/ doc/ sample/. There are 3 text files and a set of directories. Let's go into the directory where you have installed IzPack on your machine. To begin with, you should know how IzPack is organized if you want to use it.
