JCavaj Java Decompiler V1.00 - by Sureshot - Users manual
Table of contents
-----------------
1. Introduction
2. Install
3. Uninstall
4. Using JCavaj
5. Final words
6. FAQ
- Frequently Asked Questions
1. Introduction
---------------
JCavaj Java Decompiler is a free Java-based Java Decompiler.
It reconstructs the original source code from a compiled binary CLASS file.
You can decompile java applets, jar and zip files producing accurate java source code.
JCavaj runs on any platform with Java Runtime Environment 1.4 or higher installed.
2. Install
----------
In order run JCavaj you have to install Java Runtime Environment 1.4 or higher. You can download it
here.
After installing the Java Runtime Environment, follow these two steps to install JCavaj:
1. Create a directory suitable for installation. (For example, "c:\jcavaj\", if you are running a Windows machine.)
2. Extract the zip file into the directory. If you don't have a zip extractor, please download Winzip here.
Please make sure that the directory structure is preserved from the .zip file.
The installation is now finished.
3. Uninstall
------------
Locate the folder where JCavaj is installed and delete it.
4. Using JCavaj
---------------
To start JCavaj (assuming that it is installed in "c:\jcavaj\"), either
1. double-click the "jcavaj.jar" file,
or
2. start a command prompt and write: "java -jar c:\jcavaj\jcavaj.jar".
Update the class path from the Settings menu to decompile
your classes.
5. Final words
--------------
If you have questions about the software,
would like to make a comment or have found a bug
please send us an email!
------------------------------------------------
by Roger Karlsson