Questions tagged [jd-eclipse]

JD-Eclipse is a plug-in for the Eclipse platform. It allows you to display all the Java sources during your debugging process, even if you do not have them all.

12 questions
46
votes
14 answers

How to get Java Decompiler / JD / JD-Eclipse running in Eclipse Helios

Java Decompiler (JD) is generally recommended as a good, well, Java Decompiler. JD-Eclipse is the Eclipse plugin for JD. I had problems on several different machines to get the plugin running. Whenever I tried to open a .class file, the standard…
22
votes
4 answers

Java decompiler plugin not working

I have the JD-eclipse-plugin installed. I want to decompile the classes within a jar-file. So I select the jar-file within Project-Explorer and click Decompiler in the Menu. However both decompilers (JAD and JD-core) are greyed out. I also tried…
MakePeaceGreatAgain
  • 35,491
  • 6
  • 60
  • 111
4
votes
1 answer

Can't decompile classes using JD-Eclipse in Eclipse Kepler

I installed JD-Eclipse from the update site but I can't get it to work in Eclipse Kepler. I've done this with previous versions of Eclipse with no problems. The issue here is that when I go to Preferences > General > Editors > File associations, the…
Neets
  • 4,094
  • 10
  • 34
  • 46
3
votes
1 answer

Debugging with Eclipse JD - line mismatch

I have many classes with no source attached. I am using JD and it works just right in most cases, but in several files it shifts line realignments too much, starting from some point and keeps constant shift of X lines. It is extremely annoying…
3
votes
1 answer

Issue while installing Realignment for JD-Eclipse

I'm trying to debug a .class file using JD-Eclipse plugin. But while debugging some of the decompiled lines are skipping even after placing the break points in desired lines. After googling i came to know about another plugin called…
vijayraj34
  • 2,135
  • 26
  • 27
2
votes
1 answer

How to disable Java Decompiler in Eclipse

I'm using Eclipse Mars 4.5.1 with the Java Decompiler (JD-Eclipse Plug-in v1.0.0). For a certain class I have the binary file in multiple locations, because I am using 1 workspace for several projects. JD keeps decompiling this file, but I do have…
wvdz
  • 16,251
  • 4
  • 53
  • 90
2
votes
0 answers

Unable to open more than one .class file per .jar with JD-Eclipse

I'm having trouble (maybe caching issues) with JD-Eclipse plug-in. In a .jar I can open a .class file Foo and it gets decompiled correctly. In the same .jar I open a .class file Bar and a new tab gets opened called Bar, but it has the decompiled…
Boundless
  • 2,444
  • 2
  • 25
  • 40
1
vote
1 answer

Configuring JD-Eclipse Java Decompiler plugin for Eclipse Java EE IDE

I installed JD-Eclipse to the exact specifications of the directions here. Now when I navigate to a .class file via File > Open, I receive this error: The Class File Viewer cannot handle the given input…
iandllnghm
  • 301
  • 3
  • 8
1
vote
1 answer

Add line number to compiled class

I'm debugging a 3rd party proprietary jar. JD-eclipse generates the source just fine but I can't add breakpoints into the generated source code. Eclipse complains the class file lacks line number info. Is there any way to work around this?
TommyQ
  • 501
  • 7
  • 18
0
votes
0 answers

JD-Eclipse: How do I attach source to .class file for my own .java file?

I have the JD-Eclipse plugin installed and all File associations set properly and as default. The JD-Eclipse editor comes up when I click om the .class file but it complains that it has no source attached. Note: I am trying to look at the…
RFS
  • 311
  • 3
  • 8
0
votes
1 answer

JD-Eclipse doesn't work

I've set file associations to use jd eclipse class file editor for .class & .class without source, but I still can't see decompiled code. My eclipse setting One thing is after I restart eclipse it will be reset to use class file viewer…
CCMEOW
  • 1
  • 1
0
votes
2 answers

Unable to install JD-Eclipse in RAD 9

I am trying to install JD-Eclipse plugin in IBM Rational Application Developer Version: 9.5.0.2 . Followed the steps provided in link http://jd.benow.ca/ using Install New Software option in RAD. Getting below exception while installing, An error…
Nishanth
  • 11
  • 2
  • 6