Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

 

You can disable the AgenPro 3.x splash screen by running it with the following command:

Code Block
java -Djava.awt.headless=true -jar agenpro3.jar -?

The -? Option will print the command line help. You can replace that option by using any other supported option.

The Java option "-Djava.awt.headless=true" suppresses the splash screen.