You pick the winners! Login and vote now.
By ChiralSoftware
via chiralsoftware.com
Published: Jan 21 2008 / 17:02
You can't compile your Java package because some class is not found. You know that the class is part of the JBoss Application Server distribution. Or maybe the Seam distribution. That's a total of over 500 JAR files the class could be in. How do you find it quickly? We write a simple program to scan through JAR files. This demonstrates using the JarFile class in Java. It's fast and useful.
Comments
kremso replied ago:
find -type f -name \*jar -exec unzip -l {} \; | egrep '^Archive|HttpServletRequest'
najgor replied ago:
http://jarminator.sourceforge.net/
Voters For This Link (9)
Voters Against This Link (2)