Install jarscan

Q

jarscan is a command line tool and library for scanning JAR archives.

This how-to tutorial shows you how to properly install jarscan as a system command.

✍: FYIcenter.com

A

After unzip the download jarscan distribution package, follow these steps to install it:

  • Make sure you have installed Java 5 or higher
  • Unzip the downloaded "jarscan.zip"
  • Copy the files "jarscan.bat" and "jarscan.jar" in a directory of your choice, e.g. C:\tools
  • If you choose another directory you have to edit jarscan.bat, e.g.: "java -jar C:\tools\jarscan.jar %*"
  • Set the PATH-variable to that directory: set PATH=%PATH%;C:\tools
  • Open a console-window and change to a directory that contains archives.

 

Search by Key Word with jarscan

What Is jarscan

jarscan - JAR File Scanner

⇑⇑ Java/JAR Tools

2015-05-27, 2681🔥, 0💬