Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

The Version Checker Tool traverses the given folder or directory and groups the found classes by java major and minor version. It helps to identify and resolve the java run time compatibility issues with class and jar files. It also groups the class files inside the jar files in given ... [More] directory. Usage: 1) Download the jar file and keep it in your class path. Invoke the tool as, java –classpath com.version.checker.main.VersionCheckerCMD verbose | short or java -jar directory verbose | short 3) The command line version produces either verbose or short output. 4) The verbose output includes each and every class in directory and jar files, grouped by java class version 5) The "short" output when the tool run on j2sdk 1.4.2 lib is, C:\VersionTest>java -jar VersionCheckerV1.0.jar c:\j2sdk1.4.2\jre\lib short Version Checker Tool V1.0 Verified Direcotry : c:\j2sdk1.4.2\jre\lib .......................................................................................... Major.Minor Version : 45.3 JAVA compatibility : Java 1.1 platform: 45.3-45.65535 Number of classes : 321 Major.Minor Version : 46.0 JAVA compatibility : Java 1.2 platform: 45.3-46.0 Number of classes : 403 Major.Minor Version : 48.0 JAVA compatibility : Java 1.4 platform: 45.3-48.0 Number of classes : 10096 ......................................................................................... Total Time : 2 Seconds Example 1) Assume the VersionCheckV1.0.jar file is in current directory and C:\VersionCheck directory has to be scanned with a detailed report, The input command is: java -classpath ./VerionCheckerV1.0.jar com.version.checker.main.VersionCheckerCMD C:\VersionCheck verbose > VersionCheckOutput.txt or java -jar ./VerionCheckerV1.0.jar C:\VersionCheck verbose > VersionCheckOutput.txt After execution, the "VersionCheckOutput.txt" file contains the verbose output. Please submit your issue, if you face any problem in using this tool or want any new feature. We will try to resolve the issue as soon as possible. Thank you for using this tool. [Less]

0
 
  0 reviews  |  0 users  |  294 lines of code  |  1 current contributor  |  Analyzed 3 months ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.