java.lang.UnsatisfiedLinkError: JD-Eclipse 编译错误

安装MyEclipse8.6之后,基本上各项功能ok了,

寻找反编译工具,决定JD-Eclipse之后,开始打算用在线升级,悲摧的是机器不访问www.eclipseide.com,然后直接导致在输入在线更新地址后,不能寻找到下面有什么可更新插件,只好把jdeclipse_update_site.zip下载下来,解压缩到myeclipse插件里面去,然后把update文件夹下面的东西清理一把,ok,重启,在属性里面选中.class默认程序为jdeclipse

最后选中class,然后打开,更悲催的就是出现了如下错误

java.lang.UnsatisfiedLinkError:D:\MyEclipse-8.6\configuration\org.eclipse.osgi\bundles\1158\1\.cp\lib\win32\x86_64\jd-eclipse.dll :后面是不能应用在什么OS的平台。。。

 

四处寻找高人

得到如下结果

This is a BUG on OS detection.
Quick fix:
get the file "jd-eclipse.dll" from jd.ide.eclipse.win32.x86_0.1.3.jar if you have win32 or from "jd.ide.eclipse.win32.x86_64_0.1.3.jar" if you have win64, rename it to "libjd-eclipse.so" and move it to the path where Eclipse indicate the problem with "libjd-eclipse.so", in my case was "eclipse3.5.1\configuration\org.eclipse.osgi\bundles\620\1\.cp\lib\linux\x86\libjd-eclipse.so"


翻译:

这是由于操作系统检测出现的bug

快速修正方法: 1 寻找相应的jd.ide.eclipse.win32.x86_0.1.3.jar jd.ide.eclipse.win32.x86_64_0.1.3.jar jd.ide.eclipse.linux.x86_64_0.1.3.jar jd.ide.eclipse.macosx.x86_0.1.3.jar

                          看你什么系统或者是按照什么程序安装的myeclipse,常规情况下应该win32.x86 湖综合win32.x86_64

                         2  解压其中的lib 下面的类似于jd-eclipse.dll这个文件,然后去看你的detail的错误详情,例如上面我们提到的

                          D:\MyEclipse-8.6\configuration\org.eclipse.osgi\bundles\1158\1\.cp\lib\win32\x86_64\jd-eclipse.dll

                           将解压出来的文件把错误提示的文件个覆盖了。

                         3重启,OK,哇咔咔

你可能感兴趣的:(eclipse,linux,MyEclipse,Class,X86,反编译工具)