Questions tagged [jadclipse]

9 questions
7
votes
6 answers

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 Windows->Preferences but when trying to de-compile any…
RonK
  • 9,472
  • 8
  • 51
  • 87
4
votes
3 answers

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 code for any line in a stack trace. Very…
Thorbjørn Ravn Andersen
  • 73,784
  • 33
  • 194
  • 347
4
votes
5 answers

Jadclipse plugin installation issues

I have installed the JAD plugin for eclipse. I just downloaded the jar and put it in eclipse plugin folder and then downloaded the executable files from here. After extracting the zip file, I see now jad.exe and double clicked it. I am not sure if…
swati
  • 2,099
  • 6
  • 19
  • 23
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
3 answers

Clean and Start eclipse from command prompt

What is the command to start the eclipse from command prompt. After installing jadclipse I am not getting the jadclipse option under preferences, and read somewhere that starting and cleaning from command prompt will solve the issue.
Shitu
  • 821
  • 5
  • 12
  • 20
1
vote
2 answers

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".
Taylor Leese
  • 51,004
  • 28
  • 112
  • 141
1
vote
1 answer

Does JADclipse working in MacOS?

Mac version: OSX Maverick Eclipse Version: Tried both Mars and the previous Luna release. Just gotten Eclipse a few days ago and i run across JADclipse, been wanting to look through class files so I went to download it Spent the past 2 days trying…
Fierying
  • 11
  • 3
1
vote
1 answer

Decompile class file in eclipse

I have configured the JadClipse plugin in Eclipse Kepler. I can decompile any class within a jar in eclipse. But how can I decompile a class, that is not in a jar, in eclipse? Just like in command prompt the jad -sjava HelloWorld.class command…
Leo
  • 5,017
  • 6
  • 32
  • 55
0
votes
0 answers

Eclipse oxygen, Java: cannot run project

project: lwjgl is installed because I am trying to make a 3d game. presently I am trying to figure out how Minecraft random terrain generation works. however i am unable to run the project. When I try to run my project with plugins test in eclipse…
user8630311