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

3.5k Views Asked by At

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 ('org.eclipse.ui.ide.FileStoreEditorInput').

Do I have to configure the plugin, or do I need to add the .class file to a project repository or something like that?

1

There are 1 best solutions below

0
On

FileStoreEditorInput is used when a file is not in the workspace. It looks like jd-eclipse can only open files which are in your Eclipse workspace.