Link to home
Start Free TrialLog in
Avatar of Molko
Molko

asked on

JadEclipse on linux mint with Eclipse Helios

I have Eclipse Helios on my Linux Mint 9 (Isadora), i have downloaded 'jad' and upacked it.

I have change the preference in Eclipse, Windows | Preferences | Java | JadEclipse so that the Path to the decompiler is set to  /home/me/development/lib/jad

However when i try to decompile a class file i get the following error message

/*jadclipse*/
//Error!

I can run jad from the command line against the same class file and i get

Parsing ../workspace/test/bin/Test.class...The class file version is 50.0 (only 45.3, 46.0 and 47.0 are supported)
 Generating Test.jad

When i open Test.jad it looks good.

I cant understand why it wont work from Eclipse Helios.

Any ideas will really help
Avatar of Mick Barry
Mick Barry
Flag of Australia image

looks like it doesn't fully support java 6
Avatar of Molko
Molko

ASKER

Do you mean that JadEclipse does not fully support Java6 or that JAD doesn't ?  
Avatar of Molko

ASKER

Yeah i know that JAD doesn't support Java 5 onwards, but it still works on the command line

Runnin  jad from the command line against the same class file and i get

Parsing ../workspace/test/bin/Test.class...The class file version is 50.0 (only 45.3, 46.0 and 47.0 are supported)
 Generating Test.jad

Just work work via JadEclipse
does it work on earlier version class file?
Avatar of Molko

ASKER

Thats is what I am about to try. I need to download an earlier JDK first, then i will let you know
ASKER CERTIFIED SOLUTION
Avatar of Mick Barry
Mick Barry
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial