Free Software Downloads, Free Games Downloads, Free GSM Software Downloads
Software vendor loginSubmit software programAdvertise with FiveSignContact informations
 
Free Software Downloads
Search: Search for software programs
ActiveX
Compilers & Interpreters
Components & Libraries
Databases & Networks
Debugging
IDEs & Coding Utilities
Java
Management & Distribution
Reference & Tutorials
Source Code
Tools & Editors
 

FiveSign Newsletter
Subscribe Unsubscribe
Enjoy receiving from FiveSign latest software news every week!


Bookmark us Add to Favorites
Set Home Page Set Home Page
Latest software programs Latest software programs
  Add to Firefox search bar


JarCheck 1.2

 
You are here: Home > Software Development > Java > JarCheck
 
Publisher: Canadian Mind Products
Release Date: 2006-03-12
File Size: 280 KB
OS: Win98, WinME, WinNT 3.x, WinNT 4.x, WinXP, Windows2000, Windows2003, Unix, Linux, Linux C
License: Freeware
Editor's rating:
Download JarCheck
   
 
JarCheck description
JarCheck - Click to enlarge screenshot
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 jarcheck.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 JarLook available at
http://mindprod.com/products1.html#JARLOOK
 
[ Download JarCheck 1.2 ]
 

JarCheck 1.2

RELATED TAGS
jarcheck, jar, Java, version, major, minor
 
 
Copyright ©2005 - 2008 FiveSign Network Help | Link to us | Privacy Policy | Terms | Software Archives