JDecompiler

 admin
JDecompiler Average ratng: 7,2/10 908 reviews

Jul 25, 2017 - I downloaded snowplow_emr_r89_plain_of_jars.zip and tried to use JDecompiler to get the classes in snowplow-emr-etl-runner.jar. Download Java Decompiler for free. The aim of this project is to develope a decompiler for java which is platform independent and has options to obfuscate the class file also. The project takes class file as input and decompiles it and provides the source file.

  1. Java Decompiler Online
  2. Cavaj Decompiler Download
  3. How To Decompile A Jar File
Jump to navigationJump to search

Java Decompiler Online

JD - Java Decompiler
Original author(s)Emmanuel Dupuy
Stable release
JD-Core 0.7.1
JD-GUI 1.4.1
JD-Eclipse 0.1.5
JD-IntelliJ 0.6
Written inJava
PlatformCross-platform
Available inEnglish
TypeSoftware engineering
LicenseGNU GPL 3
Websitejava-decompiler.github.io

JD (Java Decompiler) is a decompiler for the Java programming language. JD is provided as a GUI tool as well as in the form of plug-ins for the Eclipse (JD-Eclipse) and IntelliJ IDEA (JD-IntelliJ) integrated development environments.

Cavaj Decompiler Download

JD supports most versions of Java from 1.1.8 through 1.7.0 as well as JRockit 90_150, Jikes 1.2.2, Eclipse Java Compiler and Apache Harmony and is thus often used where formerly the popular JAD was operated.[citation needed]

Variants[edit]

In 2011, Alex Kosinsky initiated a variant[1] of JD-Eclipse which supports the alignment of decompiled code by the line numbers of the originals, which are often included in the original Bytecode as debug information.

In 2012, a branch of JDEclipse-Realign by Martin 'Mchr3k' Robertson[2] extended the functionality by manual decompilation control and support for Eclipse 4.2 (Juno).

See also[edit]

  • CFR: https://www.benf.org/other/cfr/

References[edit]

  1. ^Alex Kosinsky: Realignment for JD-Eclipse. Version 1.0.2 of September 4th, 2011. Accessed March 30th, 2013. Hosted by SourceForge.
  2. ^Martin 'Mchr3k' Robertson: JDEclipse-Realign. Version 1.1.2 of January 6th, 2013. Accessed March 30th, 2013. Hosted by GitHub.

External links[edit]

  • Official website
  • Java-decompiler on GitHub
Retrieved from 'https://en.wikipedia.org/w/index.php?title=Java_Decompiler&oldid=888150705'
JDecompiler
Hidden categories:

I decompiled an apk file using dex2jar and opened the resulting jar file in jd-gui. I can view almost all of the code nicely but one section - the constants - displays only // INTERNAL ERROR // and nothing else. Is there a way to retrieve the constants?

Download Jikkyou Powerful Pro Yakyuu 2012 Ketteiban (J)(HighRoad) ROM / ISO for PSP from Rom Hustler. 100% Fast Download. Psp jikkyou powerful pro yakyuu 2012 ketteiban iso.

blizz
blizzblizz
Jdecompiler

3 Answers

Anyone passing by this question should look at this instead: https://github.com/deathmarine/Luyten

Using this instead of jd-gui, I was able to successully view all code which showed as INTERNAL ERROR on jd-gui.

You can also try Jadx: https://github.com/skylot/jadx

Songs download mp3

How To Decompile A Jar File

blizzblizz

I fixed the problem by installing Java Jdk 64Bit 'Java SE Development Kit 8u111' Windows xp live cd.

JamilJamil

It could be because of the lambda expressions you are using in your code, I have observed several times JD shows //INTERNAl ERROR// with the lambda expression, try to replace with anonymous class(s). Try to use Lyuten decompiler here is the link: this https://github.com/deathmarine/Luyten/releases/tag/v0.5.4

AnkurAnkur
Jad

Not the answer you're looking for? Browse other questions tagged javaandroiddex2jar or ask your own question.

Coments are closed
Scroll to top