https://github.com/javalite/jar-explorer
https://github.com/javalite/jar-explorer
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/javalite/jar-explorer
- Owner: javalite
- License: apache-2.0
- Created: 2015-03-18T06:47:39.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-11-12T20:47:27.000Z (over 5 years ago)
- Last Synced: 2024-04-16T17:53:24.238Z (over 2 years ago)
- Language: Java
- Size: 549 KB
- Stars: 97
- Watchers: 8
- Forks: 23
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Introduction
This is a desktop Swing application which will recursively scan a directory and index a large number of jar files
all at once. It then allows to explore individual jar files or search all jar files at the same time.
It provides a number of views for resources: class - specific, shows all class information:
interfaces, super class, methods, fields, as well as views for text, HTML, images.
## Installation
You need to have Java 1.4 or higher.
Download the file: [jarexplorer-0.7.jar](https://github.com/javalite/jar-explorer/releases/download/v0.7/jarexplorer-0.7.jar)
and execute the following command:
java -jar jarexplorer-0.7.jar
## Configuration
Almost nothing to configure. There is one property file:
.JarExplorer.properties
This file contains a property:
zip.extensions=jar,zip,war,ear,rar
You can add other file extensions here, as long as the files themselves are in zip format.
## Screen Shot
