I do contract work for a living, which could include writing a program such as this. However, I don’t do people’s homework for them. That just robs them of an education.
You have my full permission to implement this project any way you please.
You could then examine or search this file using high quality text editor such as SlickEdit.
Why would you want such a thing? When you get a NoClassDefFoundError you would then have a clue as to which jars need to put on the classpath. You could detect potential for getting a class from the wrong jar.
You could extend this to search *.zip and *.war files, and look for *.java source, image resources (*.gif, *.jpg, *.png etc.) You might even include all files, not just container files.
One type of query you could do is provide a classpath, and then see which version of each class on that classpath would actually be selected if it were loaded. It might note duplicates that would be ignored, a potential source of trouble.
A tool you would want is a method to dump the classpath of a running program in a form that can be imported as for a query.
A report you would want is a list by package, listing which jars each package appears in, and by jar, listing which packages are represented in each jar. This gives you a bird’s eye view of the entire jar system.
You might make your database available to the web, so that other without your enormous jar collection could look up where missing classes come from. For that you need to track the original source of each jar as well.
To make this easy, just scan the entire disk periodically and rebuild the catalog. Don’t try to monitor changes on the fly. You could of course avoid rescanning jars if their dates have not changed.
You could set his up with MySQL — a free database that you can also distribute freely.
![]() |
and suggestions to improve this page to Roedy Green : | ||
| Canadian Mind Products | |||
| mindprod.com IP:[65.110.21.43] | |||
| Your face IP:[38.103.63.61] | ![]() | ||
| You are visitor number 5,206. | |||
| You can get a fresh copy of this page from: | or possibly from your local J: drive (Java virtual drive/mindprod.com website mirror) | ||
| http://mindprod.com/project/javajarcatalog.html | J:\mindprod\project\javajarcatalog.html | ||