Skip to content

Java Static Scanner Installation

Requirements

  • Java 8 or higher

Installation

The Static Scanner is distributed as a zip or tar archive. When you unpack it you will have a directory java-static-scanner-VERSION containing bin and lib subdirectories, for example:

java-static-scanner-v2.1.0
├── bin
│   ├── java-static-scanner
│   └── java-static-scanner.bat
└── lib
    ├── asm-9.2.jar
    ├── gson-2.8.7.jar
    ├── java-static-scanner-v2.1.0.jar
    └── jcommander-1.81.jar