Skip to content

Fix broken headings in Markdown files #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#JD-Eclipse
# JD-Eclipse

JD-Eclipse, a Java decompiler plug-in for the Eclipse platform.

Expand All @@ -8,18 +8,18 @@ JD-Eclipse, a Java decompiler plug-in for the Eclipse platform.
- Java Decompiler Wikipedia page: [http://en.wikipedia.org/wiki/Java_Decompiler](http://en.wikipedia.org/wiki/Java_Decompiler)
- JD-Eclipse source code: [https://github.com/java-decompiler/jd-eclipse](https://github.com/java-decompiler/jd-eclipse)

##Description
## Description
JD-Eclipse is a plug-in for the Eclipse platform. It allows you to
display all the Java sources during your debugging process, even if
you do not have them all.

##How to build JD-Eclipse ?
###With Gradle:
## How to build JD-Eclipse ?
### With Gradle:
```
> ./gradlew installSiteDist
```
generate _"build/install/jd-eclipse-site"_
###With Eclipse:
### With Eclipse:
- Download dependencies
```
> ./gradlew downloadDependencies
Expand All @@ -29,7 +29,7 @@ generate _"build/install/jd-eclipse-site"_
- Export _"Deployable features"_,
- Copy _"site.xml"_ to the destination directory.

##How to install JD-Eclipse ?
## How to install JD-Eclipse ?
1. Build or download & unzip _"jd-eclipse-site-x.y.z.zip"_,
2. Launch _Eclipse_,
3. Click on _"Help > Install New Software..."_,
Expand All @@ -38,15 +38,15 @@ generate _"build/install/jd-eclipse-site"_
6. Check _"Java Decompiler Eclipse Plug-in"_,
7. Next, next, next... and restart.

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

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

##How to uninstall JD-Eclipse ?
## How to uninstall JD-Eclipse ?
1. Click on _"Help > About Eclipse > Installation Details"_,
2. Select _"JD-Eclipse Plug-in"_,
3. Click on _"Uninstall..."_.