jad反编译工具的那些事

xiaoxiao2022-06-11  30

在学习Struts构架时,需要查看源码,按照资料的步骤,先下载jad.exe,将.class文件转换成源码,jadclipse是帮助其在eclipse下查看的插件,期间遇到不能用此工具打开的错误,发现是jadclipse的版本与eclipse的版本不兼容,换成3.2之后,又出现an error has occurred.See error log for more details.错误,cmd进入eclipse的安装目录,输入eclipse -clean后,出现could not restore workblench layout错误,据说是用插件打开一个文件之后在关掉eclipse时没有关掉此文件而造成的,删除configuration底下除config.ini文件的所有东西。 还是会出现An Error has occured.See error log for more details的错误,第二次打开便正常了,为什么呢? 最后,将.class文件的打开方式设置成了默认jadclipse class file viewer~~原来我忘了呀!! 加油加油!! 相关资源:JAD:Java反编译工具
转载请注明原文地址: https://www.6miu.com/read-4930257.html

最新回复(0)