最近在使用Eclipse时需要使用到反编译查看源码,原来也使用的是Enhanced Class Decompiler,但之前的3.1x版本可以通过Eclipse直接安装,但新的3.2.2版本安装总是缺少文件,一直提示无法连接到资源库 http://subclipse.tigris.org/update_1.6.x/content.xml。 那么就手动安装吧。 克隆源码 制作离线安装包 将如下文件打包为一个zip文件 安装 在Eclipse的帮助菜单下找到安装新软件,进入如下界面并进行操作 选择需要安装的功能 配置 …

2022-06-27 1条评论 2360点热度 Jalena 阅读全文

Eclipse Console 加大显示的行数: 进入 Preferences-〉Run/Debug-〉Console 不选择 Limit console output (方法1) 选择,设置一下buffer size的设定值 (方法2) 禁止弹出: 进入 Preferences-〉 Run/Debug-〉Console 取消勾选 Show when program writes to standard out (当console中有值时弹出) 取消勾选 Show when program writes to st…

2016-11-08 0条评论 1444点热度 Jalena 阅读全文