absolute
absolute

Reputation: 63

Enhanced Class Decompiler in RAD is not working

I tried to install the Enhance Class Decompiler on my RAD using the Install software not on the market eclipse. After installation, I was not able to open the jars cause it prompted an error saying that "Editor could not be initialized" see screenshot below.

ERROR

Decompiler Preference

File Association

Hope you can help me. Thank you in advance guys.

Upvotes: 0

Views: 559

Answers (1)

howlger
howlger

Reputation: 34165

Your Eclipse is too old:

The plugin fails to call the method org.eclipse.jdt.core.IType.getClassFile() because it does not exist in the Eclipse version you have. The method exists since Eclipse Photon (4.8), which means your Eclipse is even older. You are at least 12 releases and three years behind. Please upgrade.

Upvotes: 1

Related Questions