Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DLL name issue #25

Open
DeeptiBhatia2906 opened this issue Nov 15, 2015 · 1 comment
Open

DLL name issue #25

DeeptiBhatia2906 opened this issue Nov 15, 2015 · 1 comment

Comments

@DeeptiBhatia2906
Copy link

This library is very useful and easy to use, exactly what I needed to decompile class files.
Excellent work, Thank you!

We tried to build using gradle but we were unable to build due to following exception:

Note: ...\jd-core-java-master\src\main\java\com\intellij
\openapi\application\Application.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
:processResources UP-TO-DATE
:classes
:getNativeLibs FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':getNativeLibs'.
> A problem occurred starting process 'command 'hg''

Finally we were able to include the maven repository from Versioneye

While trying to use Decompiler, there was just a minor error that we got:

java.lang.UnsatisfiedLinkError: Can't load library: E:\bytecode-intelligence\bc-intell-package-analyzer\.\jd-intellij\src\main\native\nativelib\win32\x86_64\libjd-intellij.dll
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1825)
    at java.lang.Runtime.load0(Runtime.java:809)
    at java.lang.System.load(System.java:1086)
    at com.jd.util.NativeUtils.loadLibraryFromJar(NativeUtils.java:73)
    at jd.ide.intellij.JavaDecompiler.<clinit>(JavaDecompiler.java:9)
    at jd.core.Decompiler.<init>(Decompiler.java:18)

We found that the dll was just named incorrectly. So we had go to this path and rename the dll
from jd-intellij.dll to libjd-intellij.dll

Please rename the dll in the repository so that everyone gets the correct dll.

Thanks once again!

@wawo00
Copy link

wawo00 commented May 2, 2018

same error!!! u said that u went to this path ,and what is the "path",i want to fix it up,and it looked like that u guys have addressed this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants