Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Debug

By setting the java property DEBUG to true

...

  • conditions
  • dynamic variables
  • unpacking (or skipping) of files
  • ...

Stacktrace

The property STACKTRACE

Code Block
java -DSTACKTRACE=true -jar installer.jar

...

(Some failure situations like "no space left on the target device" should be handled better in future)

Trace

The property TRACE

Code Block
java -DTRACE=true -jar installer.jar

...