Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
457 views

What would be a more accurate decompiler than jad for Eclipse to get rid of <-MISALIGNED ->?

I have used jad for many years, most of these with the Jadclipse plugin to eclipse which makes it quite usable. Especially with the "Align code for debugging" which allows you to see the decompiled ...
1
vote
1answer
1k views

JADClipse not working with Eclipse 3.6

Does Jadclipse work on Eclipse 3.6? I have installed Jadclipse 3.3.0 on my Eclipse 3.6 by copying the jar into the plugins directory and restated eclipse. Now I have the jadclipse menu under ...
1
vote
2answers
181 views

Jad/JadClipse for Scala?

Is there something equivalent or similar to Jad/JadClipse for Scala? It would be nice to be able to view the source for Lift from within Eclipse via "Open Declaration".
0
votes
1answer
382 views

Jadclipse not working while debugging, but working with Ctrl + left mouse click

I am trying to use jadclipse with below configuration on my Win XP box: Jadclipse - 3.3.0 Jad - 1.5.8g Eclipse - 3.6.1 Java - 1.5.0_03-b07 I have followed installation steps as below : added ...