Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cnfree authored Jun 16, 2017
1 parent dc3ad40 commit 5d0741e
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,45 +7,45 @@ Eclipse Class Decompiler integrates **JD**, **Jad**, **FernFlower**, **CFR**, **
- Plugin Update Site: [http://raw.githubusercontent.com/cnfree/eclipse/master/decompiler/update](http://raw.githubusercontent.com/cnfree/eclipse/master/decompiler/update)
- Github Project Page: [http://www.cpupk.com/decompiler](http://www.cpupk.com/decompiler)

##Description
## Description
Eclipse Class Decompiler is a plug-in for the Eclipse platform. It integrates JD, Jad, FernFlower, CFR, Procyon seamlessly with Eclipse,
allows you to display all the Java sources during your debugging process, even if you do not have them all,
and you can debug these class files without source code directly.

##How to install Eclipse Class Decompiler ?
## How to install Eclipse Class Decompiler ?

####First way
#### First way
1. Launch _Eclipse_,
2. Drag the following install button to eclipse toolbar, [<img src="https://marketplace.eclipse.org/sites/all/themes/solstice/public/images/marketplace/btn-install.png">](http://marketplace.eclipse.org/marketplace-client-intro?mpc_install=472922)
3. Check _"Eclipse Class Decompiler"_,
4. Next, next, next... and restart.


####Second way
#### Second way
1. Launch _Eclipse_,
2. Click on _"Help > Eclipse Marketplace..."_,
3. Search _"Eclipse Class Decompiler"_ in the Eclipse marketplace dialog,
4. Find _"Eclipse Class Decompiler"_ and click on button _"install"_,
5. Check _"Eclipse Class Decompiler"_,
6. Next, next, next... and restart.

####Third way
#### Third way
1. Launch _Eclipse_,
2. Click on _"Help > Install New Software..."_,
3. Click on button _"Add..."_ to add an new repository,
4. Enter name as _"Eclipse Class Decompiler Update Site"_ and enter location as _"http://raw.githubusercontent.com/cnfree/eclipse/master/decompiler/update"_, then click on button _"OK"_,
5. Check _"Eclipse Class Decompiler"_,
6. Next, next, next... and restart.

##How to check the file associations ?
Click on _"Window > Preferences > General > Editors > File Associations"_
- _"*.class"_ : _"Class Decompiler Viewer"_ is selected by default.
- _"*.class without source"_ : _"Class Decompiler Viewer"_ is selected by default.

##How to configure Eclipse Class Decompiler ?
Click on _"Window > Preferences > Java > Decompiler"_

##How to uninstall Eclipse Class Decompiler ?
1. Click on _"Help > About Eclipse > Installation Details > Installation Software"_,
2. Select _"Eclipse Class Decompiler"_,
3. Click on _"Uninstall..."_.
## How to check the file associations ?
1. Click on _"Window > Preferences > General > Editors > File Associations"_
2. _"*.class"_ : _"Class Decompiler Viewer"_ is selected by default.
3. _"*.class without source"_ : _"Class Decompiler Viewer"_ is selected by default.

## How to configure Eclipse Class Decompiler ?
1. Click on _"Window > Preferences > Java > Decompiler"_

## How to uninstall Eclipse Class Decompiler ?
1. Click on _"Help > About Eclipse > Installation Details > Installation Software"_,
2. Select _"Eclipse Class Decompiler"_,
3. Click on _"Uninstall..."_.

0 comments on commit 5d0741e

Please sign in to comment.