The Problem ...
How to find Java classes or packages contained in JAR
and ZIP files (libraries). This tool helps
when you are
having problems finding a class that you need in order
to compile your project.
Resolve NoClassDefFoundError
aka "ClassDefNotFound" and ClassNotFoundException
exceptions quickly and easily by telling you what
library contains the missing class.
|
The Tool ... (JarScan)
The tool is written in Java and will run on any system
that has Java 1.4
or higher installed. It is available as a standalone,
high performance Java application or as a online
web application.
|
Online Tool ...
Search through an online database of Java libraries (JAR and ZIP files)
to find those classes you've been looking for ...
click here (JarScan Online)
|
Download The Tool ...
JarScan version 2.0
(released: 01.08.2006)
release notes
|
Examples ...
To display the help message type:
java -jar jarscan.jar -help OR
java -jar jarscan.jar
To find the class ArrayList starting from the root of
your c: drive type:
java -jar jarscan.jar -dir
c:\ -class ArrayList
|
Other Projects ...
NEW!! Google's Android Mobile Phone Platform Games, Applications, Utilities, and Services http://www.yichee.com
Find negative, neutral and withdrawn eBay feedback online. (http://www.inetfeedback.com/ebay)
Leave feedback for anyone about anything.
|
Questions, Comments, Bug Reports?
e-mail me, Geoff Yaworski
[gyaworski@hotmail.com ]
|
If you found this site useful, please consider supporting it!
|
Other Cool Software ...
|