JD-Eclipse
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.
JD-Eclipse is free for non-commercial use. This means that
JD-Eclipse shall not be included or embedded into commercial software
products. Nevertheless, this project may be freely used for personal
needs in a commercial or non-commercial environments.
Supported Platforms
- Windows 32/64-bit
- Linux 32/64-bit
- Mac OSX 32/64-bit on x86 hardware
Installation
Windows Platform Prerequisites
The native library, included into JD-Eclipse for Windows, has been
built with Microsoft Visual C++ 2008 Express Edition. Some runtime
components of Visual C++ Libraries are required to run the decompiler.
You can download and install them from the Microsoft Web site :
Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)
Microsoft Visual C++ 2008 SP1 Redistributable Package (x64)
Eclipse 3.6 Instructions
- From the Help menu in Eclipse, select Install New Software...
to open an Install
dialog window (shown below).
- Add a new repository to add JD-Eclipse plug-in:
- Click on the Add...
button to open the New Repository
dialog window.
- Type JD-Eclipse Update Site
in the site Name
text box.
- In the URL text box, type the URL for the JD-Eclipse update site: http://java.decompiler.free.fr/jd-eclipse/update
(shown below) and click OK.
- Check boxes "Java Decompiler Eclipse Plug-in" and "JD-Eclipse Plug-in", and click on Next
buttons.
- Choose the option to accept the terms of the license agreement (shown below).
- Click on the Finish
button.
- On the Selection Needed
dialog window, click on the Select All
and Ok
buttons.
- Restart Eclipse.
Eclipse 3.2, 3.3, 3.5 Instructions
- From the Help menu in Eclipse, select Software Updates
> Find and Install...
to open the Install/Update
dialog window (shown below).
- On the Install/Update
pop-up window, choose the Search for new features to install
option, and click on the Next
button.
- Add a new remote site to add JD-Eclipse plug-in:
- Click the New Remote Site...
button to open a New Update Site
dialog window.
- On the New Update Site
pop-up window, type JD-Eclipse Update Site
in the site Name
text box.
- In the URL text box, type the URL for the JD-Eclipse update site: http://java.decompiler.free.fr/jd-eclipse/update
(shown below) and click OK.
- Click on the Finish
button to switch to the Updates
window.
- On the Updates
window, check the JD-Eclipse Update Site
box (shown below), and click the Finish button.
- On the next screen, check the JD-Eclipse Update Site
box, and click the Next
button.
- Choose the option to accept the terms of the license agreement, and click on the Next
button.
- Click on the Finish
button.
- Click on the Install All
button.
Eclipse installs the JD-Eclipse plug-in. To finish the installation
process, follow the prompts to shut down and re-start Eclipse.
Eclipse 3.4 Instructions
Installation of Equinox/p2 plug-in
- From the Help menu in Eclipse, select Software Updates...
to open an Software Updates and Add-ons
pop-up window (shown below).
- Select the Available Software
tab.
- Expand Ganymede
tree node.
- Expand Uncategorized
tree node.
- Check Equinox p2 Provisioning
tree node (shown below), and click the Install...
button.
- Click the Finish
button.
Installation of JD-Eclipse plug-in
- From the Help menu in Eclipse, select Software Updates...
to open an Software Updates and Add-ons
pop-up window.
- Select the Available Software
tab.
- Add a new remote site to add JD-Eclipse plug-in:
- Click the Add Site...
button to open a Add Site
pop-up window.
- In the Location
text box, type the URL for the JD-Eclipse update site: http://java.decompiler.free.fr/jd-eclipse/update
(shown below) and click OK
.
- On the Software Updates and Add-ons
window, check the JD-Eclipse Plug-in
box (shown below), and click the Install...
button.
- On the next screen, click the Finish
button.
- On the next screen, check the Java Decompiler Eclipse Plug-in
certificate box and click the OK
button.
Eclipse installs the JD-Eclipse plug-in. To finish the installation
process, follow the prompts to shut down and re-start Eclipse.
Download
Size : 2.62 MB
MD5 checksum : b0595389d3a604b782bb94fc94a93a8b
Donations
Did JD-GUI help you to solve a critical situation? Do you use JD-Eclipse daily? What about making a donation?
分享到:
相关推荐
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. Installation Download JD-Eclipse ZIP ...
JD-Eclipse的安装过程简单,只需将下载的"jd-eclipse-2.0.0.zip"解压后,将"features"和"plugins"两个目录下的内容复制到Eclipse的相应目录下,重启Eclipse即可。此外,"LICENSE"、"README.md"和"NOTICE"文件提供了...
《jd-eclipse-site-1.0.0-RC2:Eclipse查看类源码插件详解》 在软件开发过程中,对于Java开发者来说,Eclipse是一款不可或缺的集成开发环境(IDE)。然而,有时我们可能需要查看编译后的.class文件的源代码,这对于...
【jd-eclipse-site-1.0.0-RC2】是一个针对Eclipse集成开发环境的插件包,主要用于查看和分析Java的jar包中的class文件源代码。在Java开发过程中,有时我们需要查看已编译的类文件(class文件)的源代码,但由于这些...
jd-eclipse是一款专门为Java开发者设计的Eclipse集成开发环境插件,它主要的功能是对Java代码进行反编译,帮助开发者查看和理解已编译的.class文件的源代码。这对于那些没有源码但需要分析或修改已有二进制库的...
jd-eclipse-site-1.0.0-RC2.zip 是一个专门为Eclipse集成开发环境设计的反编译工具,主要用于帮助开发者查看Java类文件(.class)的源代码。在软件开发过程中,我们经常会遇到没有源码的第三方库或者无法访问的二...
JD-Eclipse是一款专门为Java开发者设计的反编译插件,它允许用户在Eclipse集成开发环境中查看.jar或.class文件的源代码。这个2.0.0版本的JD-Eclipse是针对那些寻找中文语言支持或者对官方英文版下载困难的用户提供的...
Download and unzip the JD-Eclipse Update Site, Launch Eclipse, Click on "Help > Install New Software...", Click on button "Add..." to add an new repository, Enter "JD-Eclipse Update Site" and select ...
【jd-eclipse与eclipse反编译工具】 在软件开发过程中,有时我们需要查看已编译的.jar文件中的源代码,以便理解某个库的功能或者解决特定问题。这时,反编译工具就显得尤为重要。"jd-eclipse"是一款专为Eclipse集成...
《深入理解JD-Eclipse:揭示Java库的源码秘密》 在Java开发中,我们经常遇到无法直接查看源码的第三方jar包,这为我们的学习和调试带来了困扰。此时,JD-Eclipse作为一个强大的反编译工具,就显得尤为重要。本文将...
【jd-eclipse-site-1.zip】是一个专门为Eclipse集成开发环境设计的插件包,它包含了一组实用的工具,主要用于Java开发者进行反编译和接口逻辑测试。这个压缩包的核心是jd-eclipse插件,它极大地提升了开发者的效率,...
《jd-eclipse-2.0.0-class反编译jd-gui.rar》是一个针对Eclipse集成开发环境的Java反编译插件,主要用于查看和理解已编译的.class文件的源代码。在Java开发中,有时我们可能需要查看或分析没有源代码的库或框架的...
3. **jd-eclipse-site-**:这可能是JD-Eclipse的更新站点地址,用于在Eclipse中添加并更新插件。 4. **下载安装**:指的是一系列步骤,包括下载JD-Eclipse插件,然后在Eclipse中安装它。 5. **jar包源码**:指的是...
复制到eclipse安装目录下的plugins里 ,假设eclipse的安装目录为:D:\soft\eclipse-jee-luna\eclipse-jee-luna\plugins 3、打开eclipse,点击菜单栏Help->Install New Software/update(版本不同不一样) 4,在弹出的...
为了解决这个问题,开发者们创建了各种插件,其中“jd-eclipse-site-1.0.0-RC2”是一个专门用于在Eclipse中查看JAR包源码的工具。 jd-eclipse插件是由Java Decompiler项目提供的,它的主要目标是将已编译的Java类...