GithubHelp home page GithubHelp logo

jarman's Introduction

JarMan

JarMan is a desktop Java (Swing) application that provides easy access to the classes in a Java JAR file.

To build JarMan, use Ant to run the command 'ant clean dist'. This will generate jarman.jar. To run the application, use 'java -jar jarman.jar', or double-click on the file from the desktop.

Below are the major features:

  • Open a jar file and view a list of its contents
  • If the opened jar file has a manifest with a Class-Path entry, any files in the referenced jars are also included in the list
  • The list of files can be filtered with an arbitrary string; the list will be restricted to only show files that match on filename, directory or jar file name
  • The list of files can also be filtered to show all files, only files that match another file on name, or only files that match on name and content (same CRC value)
  • You can right-click a file in the list to view its contents, or explore the class file to see the class's fields, methods interfaces and Strings
  • The Jars page lists the opened jar file and any jar files in its manifest’s Class-Path, and highlights any referenced jar files that were not found; the number of files in and the size of each jar is also listed
  • The Manifest page lists all entries in the opened jar file’s manifest (if it has one)

JarMan

The source code is released under the MIT license.

jarman's People

Contributors

argonium avatar

Stargazers

Tom Butler avatar Mahmoud Rusty Abdelkader avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.