ferstl / jdk-verifier

a simple script to verify a JDK installation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JDK Verifier

A simple script to verify a JDK installation.

Verifies:

  • whether it's a server JRE or full JDK
  • what the secure random source is (entropy gathering device), Java 8+ only
  • whether the JCE unlimited strength jurisdiction policy files have been installed

Usage

./jdk-verifier.sh $JAVA_HOME

About

a simple script to verify a JDK installation


Languages

Language:Shell 100.0%