the java.lang.UnsatisfiedLinkError: JD-Eclipse compile error

Start looking decompile tool that determines JD-Eclipse intends to use the online upgrade, sad destroy the machine does not , and led directly to enter the online update address can not find what plug-ins can be updated to the following, had to jdeclipse_update_site.zip download, unzip to MyEclipse plug inside update folder and then the following things to clean up one, ok, restart, selected inside the property. the class default program jdeclipse

Last selected class, and then open the more sad reminder of the following error

java.lang.UnsatisfiedLinkError: D: \ MyEclipse-8.6 \ configuration \ org.eclipse.osgi \ bundles \ 1158 \ 1 \. cp \ lib \ win32 \ x86_64 \ jd-eclipse.dll: followed can not be applied in OS platform. . .

Looking for an expert

Results are as follows

view plain

  1. This is a BUG on OS detection.
  2. Quick fix:
  3. 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"

Translation:

This is due to the operating system detects the bug

Quick Fix: find the appropriate 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 The eclipse.macosx.x86_0.1.3.jar

See what your system is installed myeclipse procedure followed by the conventional case should Lake win32.x86 comprehensive win32.x86_64

Extracting the lib following similar jd-eclipse.dll this file, and then to see the error details of your detail, such as the above-mentioned

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

The files have a coverage error message file.

please refer the original blogs: http://www.linuxalgorithm.com/2899727/

时间: 2024-10-18 15:13:54

the java.lang.UnsatisfiedLinkError: JD-Eclipse compile error的相关文章

Error: java.lang.UnsatisfiedLinkError: no ntvinv in java.library.path

Error Message When compiling or executing a Java application that uses the ArcObjects Java API, the following error is returned: java.lang.UnsatisfiedLinkError: no ntvinv in java.library.path Cause The PATH variable does not include a directory which

Error loading RS jni library: java.lang.UnsatisfiedLinkError 解决方案

我们可能会用到模糊效果,就会想到renderscript.jar , 但是模糊效果是3.0以后的效果,在有的4.x以上的手机上也会造成错误,Error loading RS jni library: java.lang.UnsatisfiedLinkError,会报出这样的错误,明显是手机上没有.so包. 错误图示 明显可以得出,没有.librsjni.so的包存在,那么要怎么处理呢,其实在sdk中已经提供了相应的.so库.我们只要找到即可,然后放入libs下即可 这样在任何机型上都不会报错了,

IDEA启动报错Internal error. Please report to http://jb.gg/ide/critical-startup-errors java.lang.NoClassDefFoundError: org/eclipse/xtext/xbase/lib/Exceptions

报错内容: Internal error. Please report to http://jb.gg/ide/critical-startup-errors java.lang.NoClassDefFoundError: org/eclipse/xtext/xbase/lib/Exceptions at delight.rhinosandox.internal.RhinoSandboxImpl.assertContextFactory(RhinoSandboxImpl.java:71) at

J2EE引擎出现java.lang.UnsatisfiedLinkError: CC错误的原因

运行JSP报表程序页面出现java.lang.UnsatisfiedLinkError: CC错误有以下几种原因和处理方法: 1.请查看控制台的错误信息 a:如果控制台的消息是类似 java.lang.UnsatisfiedLinkError: no MRChkLib in java.library.path,Error loading library MRChkLib 这样的错误信息,那么是因为MRChkLib.dll没有拷贝到windows的System32目录下. (MRChkLib.dl

Android studio java.lang.UnsatisfiedLinkError

最近开始转android Studio 本来以为新的开发工具会大大的提高效率 .结果我错了.今天踩了一天的坑. 我的项目中用到了so的文件.通常情况下在 eclipse中我们在libs/armeabi 这个目录下放so文件.一般情况下 都可以加载的到. 但是,刚换到AS 我也是这样做的.把so 文件放到 libs/armeabi 这个目录下.同时也在 app的gradle 文件中配置了如下的信息: sourceSets { main { jniLibs.srcDirs = ['libs'] }

使用Snappy 压缩方式报错“java.lang.UnsatisfiedLinkError: no snappyjava in java.library.path”

情况描述 其实这个问题已经困扰我很久了,最近在公司Linux上搭建hadoop 和 spark环境的时候,我就遇到 spark提交作业到yarn 集群就报错这个错,当时已经安装snappy环境了,任何关于snappy静态库都编译了,这是我提交到spark mail list上的http://apache-spark-user-list.1001560.n3.nabble.com/java-lang-UnsatisfiedLinkError-no-snappyjava-in-java-librar

关于java.lang.UnsatisfiedLinkError的小案例

在许多项目中我们都会用到第三方动态库.so文件,但是往往会引来很多烦恼,比如:java.lang.UnsatisfiedLinkError 06-17 15:52:08.097 7876-7916/com.ishow.scan E/AndroidRuntime﹕ FATAL EXCEPTION: Thread-61542 java.lang.UnsatisfiedLinkError: Native method not found: com.ishow.scan.zbar.ZbarManager

java.lang.UnsatisfiedLinkError: dlopen failed: /data/app/xxx/lib/arm/liblame.so: has text relocations

最近在写本地录音转码过程中引入了liblame.so,我这边用了不同系统版本的手机测试本地录音都没有出现问题,但是有一天,同事在测试的时候,出现了以下错误: 09-13 17:32:29.140 26874-27362/com.axxn.xx E/linker: /data/app/com.axxn.xx-2/lib/arm/liblame.so: has text relocations 09-13 17:32:29.192 26874-27362/com.axxn.xx E/AndroidR

高德 java.lang.UnsatisfiedLinkError: Native method not found: com.autonavi.amap.mapc

我的项目是从eclipse上转到Android studio上的 结果发现在使用高德的时候报错了, 下面是错误信息: java.lang.UnsatisfiedLinkError: Native method not found:                                                                            com.autonavi.amap.mapcore.MapCore.nativeNewInstance:(Ljava/