Home » Software Development » Tool & Editor » JarLook 1.2
( Free Trial |790.88 KB ) JarLook 1.2 Publisher's description
Threat Level: Safe - Full Virus Report
JarLook 1.2
Check that class target versions are as expected in a Java jar.
- Developer:
- Canadian Mind Products
- License:
- Freeware
- OS:
- Windows 2000 / XP / Vista / 7 / Unix / Linux / Mac OS X / Mac OS Other
- Requirements:
- Java 1.6+
- Date added:
- 5/4/2007
- Last Update:
- 2/6/2013
- Average Rating:
- Not yet rated.
- Your Rating:
( Free Trial |790.88 KB ) JarLook 1.2 Publisher's description Check a Java jar to make sure all the javac -target versions of
the class files are what you expect.
Java application.
Requires Java version 1.5 or later.
All Java source code is included.
to use:
java -jar jarlook.jar jartotocheck.jar 1.1 1.4
where jartocheck.jar is the name of jar to check.
It will check all the class files in it.
In this example:
1.1 is the lowest acceptable target version number.
1.4 is the highest acceptable target version number.
Currently, only version numbers 1.0, 1.1, 1.2, 1.3, 1.4, 1.5
and 1.6 are supported. The program does not currently test
minor version numbers.
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.
There is a similar program called JarCheck available at
mindprod.com/products1.html#JARCHECK
the class files are what you expect.
Java application.
Requires Java version 1.5 or later.
All Java source code is included.
to use:
java -jar jarlook.jar jartotocheck.jar 1.1 1.4
where jartocheck.jar is the name of jar to check.
It will check all the class files in it.
In this example:
1.1 is the lowest acceptable target version number.
1.4 is the highest acceptable target version number.
Currently, only version numbers 1.0, 1.1, 1.2, 1.3, 1.4, 1.5
and 1.6 are supported. The program does not currently test
minor version numbers.
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.
There is a similar program called JarCheck available at
mindprod.com/products1.html#JARCHECK
Related downloads for JarLook
New release of Tool & Editor
More products from Canadian Mind Products
Categories
- » Software Development
- » MP3 & Audio
- » Multimedia & Design
- » Desktop Enhancement
- » Games
- » Home & Education
- » Business & Finance
- » Internet
- » Utility
- » Web Developer