Launching the printer agent in command line
- Open a command prompt and navigate to the folder where the printagent.jar file is located.
-
Run any of these commands:
- Run printer agent with UI javaw -Xmx512m -XX:-TieredCompilation -jar printagent.jar -gui
- Run printer agent with UI and Debug mode enabled java -Xmx512m -XX:-TieredCompilation -jar printagent.jar -debug
- Use the values in properties file to run PrintAgent java -Xmx512m -XX:-TieredCompilation -jar printagent.jar –c <printagent-sample.properties filename>
- Run printer agent to trigger auto update java -Xmx512m -XX:-TieredCompilation
-jarprintagent.jar –c <printagent-sample.properties filename> -uNote: Adjust the JVM size based on the expected volume of documents to be printed.