![JAR search and dependency download from the Maven repository](/logo.png)
org.appng.cli.commands.platform.appng.bat Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of appng-cli Show documentation
Show all versions of appng-cli Show documentation
appNG Command Line Interface
The newest version!
@echo off
SET APPNG_HOME=${appng.home}
SET APPNG_DATA=${appng.data}
java -cp $APPNG_HOME\WEB-INF\lib\*;$APPNG_HOME\..\..\lib\* -Dlog4j.configuration=file:../conf/log4j-cli.properties -Dappng.home=$APPNG_HOME -DappngData=$APPNG_DATA org.appng.cli.CliBootstrap %*
© 2015 - 2025 Weber Informatics LLC | Privacy Policy