myeclipse8 or myeclipse8.5安装插件方法
转:http://blog.sina.com.cn/s/blog_62200f0e0100igxa.html
myeclipse8 or myeclipse8.5安装插件方法
将插件jar包存放到安装目录下面\myeclipse8\dropins。然后删除\myeclipse8\configuration目录下面的\myeclipse8\configuration\org.eclipse.update。启动myeclipse就会提示是否注册新插件
?
?通过上述方法安装 java反编译工具jad
1.从http://www.kpdus.com/jad.html#download地址下载最新的jad。 exe应用程序?
2.从http://nchc.dl.sourceforge.net/sourceforge/jadclipse/net.sf.jadclipse_3.3.0.jar地址下载jadclipse_3.3.0.jar,拷贝到eclipse的plugins目录下。
3.启动或重起eclipse,修改window -> Preferences -> Java -> JadClipse 下的
Path to decompiler 如:你下载解压的路径jad.exe ?
4.Windows -> Perference -> General -> Editors -> File Associations中修改“*.class”默认关联的编辑器为“JadClipse Class File Viewer”
大功告成,之后在java类里按住ctrl点击类就可以看到它jad反编译后的源带码了。OK~