java Decompiler

java Decompiler添加进eclipse后,不能直接使用反编译,要在项目中引入CLASS文件,在Build Path==>Configure Build Path==>右边Libraries选项卡 ,点击Add Class Folder==>Creat New Folder,然后把CLASS文件复制到刚才新建的文件夹,然后在Referenced Libraries下双击就能看到反编译后的JAVA代码

如果直接 eclipse 反编译插件,会抛异常

Could not open the editor: The Class File Viewer cannot handle the given input ('org.eclipse.ui.ide.FileStoreEditorInput').

你可能感兴趣的:(java,eclipse,UI,ide)