RSS Feed for This PostCurrent Article

Open Source Java JAR Browser

The Jars Browser is a simple free Swing application for browsing a set of jar files.
It scans a directory or a Java archive (Jar, EAR, WAR) to answer these simple questions:

  • In which Jar/WAR/EAR this class file is located ?
  • Is this class contained in multiple Jars ?

It helps resolving classpath problems as well as sealing violation issues when different versions of a class are contained in multiple Jars.

The Jar Browser is a simple Swing app for browsing a set of jar files.

  • Browse all the jars from a directory tree, or from the CLASSPATH
  • Search for classes by name across a set of jars
  • Decompile classes from within a jar
  • Search for text within decompiled class listing


Trackback URL


Sorry, comments for this entry are closed at this time.