| [news.eclipse.platform] The type org.eclipse.core.resources.IFile cannot be resolved. It is indirectly referenced from , required .class files |
Hi all, I've got a problem using IFileEditorInput. After adding org.eclipse.ui.ide to the dependencies of my plug-in the following error appears while trying to use the IFileEditorInput.getFile() method. The type org.eclipse.core.resources.IFile cannot be resolved. It is indirectly referenced from required .class files What can I do to fix this? Jan