1

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?

iandllnghm
  • 301
  • 3
  • 8

1 Answers1

0

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.

greg-449
  • 109,219
  • 232
  • 102
  • 145