不要为了位置,而放弃追求未来。

位置可以放弃,未来必须努力!
posts - 6, comments - 3, trackbacks - 0, articles - 0
  BlogJava :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理

在eclipse中添加反编译插件工具Jode

Posted on 2011-09-20 13:26 贺瑞龙 阅读(390) 评论(0)  编辑  收藏 所属分类: Java
Jode是一种反编译的工具,如果将其添加到eclipse中,可以方便程序员的开发。
        eclipse工具配置Jode反编译工具步骤如下:
        eclipse:help => Software Updates => Find and Install... => Search for new features to install,单击"New Remote Site..." 在URL栏输入 http://www.technoetic.com/eclipse/update 然后下一步,就可以看到“jode decompiler plugin *.*”了,选上安装就可以了,由于Jode Decompiler是纯Java编写的所以也不需要其他的什么组件来支持了,安装好了可以看到Window => Preferences... => Java => Jode Decompiler选项卡。安装好了再设置一下文件关联就可以了,Window => Preferences... => General => Editors => File Associations找到"*.class"在"Associated editors"里面可以看到"Jode class file viewer"选中它再单击Default按钮就OK了.
        随后,就可以使用Jode查看包括Jar包内.class文件的源代码了。



只有注册用户登录后才能发表评论。


网站导航: