lib/launch4j/)Third-party tool for wrapping Java JARs into Windows native executables. Used to create i2pinstall.exe and i2p.exe (standalone router launcher).
Version: 3.50 (released 2022-11-15)
Source: https://sourceforge.net/projects/launch4j/
launch4j.jar - Launch4j compiler (v3.50)launch4j - Shell wrapper scriptbin/ - MinGW cross-compilation tools (ld, windres)lib/ - Launch4j dependenciesw32api/ - Windows API static librarieshead/ - EXE header stubs (console, GUI)i2plustoexe.xml - I2P installer EXE configurationmanifest/ - Windows manifest filesi2pstandalone.xml - Standalone router EXE configuration (in installer/)Launch4j is invoked by Ant targets in the root build.xml:
installerexe - Wraps the IzPack 4 install.jar into i2pinstall.exeinstaller5exe - Wraps the IzPack 5 install.jar into i2pinstall.exe# Direct usage
java -jar lib/launch4j/launch4j.jar config.xml
BSD 3-Clause. See LICENSE.txt.