用于 Eclipse 开普勒的 Java 反编译器

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/20449534/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-13 02:01:31  来源:igfitidea点击:

Java Decompiler for Eclipse kepler

javaeclipsedecompiler

提问by Anirudh

I have tried both JadClipse and JD-Eclipse plugin but none seems to work every time I open a class file It says "Source not found".

我已经尝试了 JadClipse 和 JD-Eclipse 插件,但每次打开类文件时似乎都没有工作它说“找不到源”。

Both my *.class and *.class(without source) are by default set to 'JD-Eclipse' but it doesn't seem to work, Has anyone else tried this or both these plugins are deprecated now?

我的 *.class 和 *.class(without source) 默认设置为“JD-Eclipse”,但它似乎不起作用,有没有其他人尝试过这个,或者这两个插件现在都被弃用了?

Below is my environment:

下面是我的环境:

Eclipse: Kepler JDK: 7

Eclipse:开普勒 JDK:7

采纳答案by Anirudh

Got it working finally after putting the classes in the WEB-INF folder. Cheers!

将类放在 WEB-INF 文件夹中后,它终于可以工作了。干杯!

回答by Andrew Rukin

You may also want to use Java decompilers in the cloud, no installation, no Eclipse required: http://www.javadecompilers.com/

您可能还想在云中使用 Java 反编译器,无需安装,无需 Eclipse:http: //www.javadecompilers.com/