0

JarCheck 1.4 Build 9426

You can easily verify java classes and version JarCheck source and compiled class files to run on your own machine as an application. Why would you use this utility? To make sure that a jar intended to run under an old 1.1 JVM contains no classes accidentally compiled with javac – target 1.5. Passing this test does not guarantee the jar will work on an old JVM. The jar still might use methods not bundled with old JVMs. This should catch however, classes normally compiled with target 1.1 that were accidentally compiled with 1.5 as a side effect of compiling some 1.5 class. This software enables you to check a JAR to make sure all the javac – target versions of the class files are what you expect. Requirements: · Java 1.5 What’s New in This Release: · add support for Java 1.7

Leave a Reply