美文网首页
eclipse打开java文件出错 .class 2018-07

eclipse打开java文件出错 .class 2018-07

作者: 天天開心便當 | 来源:发表于2018-07-05 23:04 被阅读0次

    打开java文件,出错

    The Class File Viewer cannot handle the given input ('org.eclipse.ui.ide.FileStoreEditorInput').

    Also under the details section it says

    org.eclipse.core.runtime.CoreException: The Class File Viewer cannot handle the given input ('org.eclipse.ui.ide.FileStoreEditorInput').

    at org.eclipse.jdt.internal.ui.javaeditor.ClassFileEditor.doSetInput(ClassFileEditor.java:656)

    at jd.ide.eclipse.editors.JDClassFileEditor.doSetInput(JDClassFileEditor.java:76)

    是因为选择了.class文件,应该打开.java

    Class files means that is already compiled. You cannot open compiled files, first you have to decompiles your files to open and after decompilation, make all these files as JAVA BUILD PATH files. After all process, click on the file and you are done. Best of Luck.

    相关文章

      网友评论

          本文标题:eclipse打开java文件出错 .class 2018-07

          本文链接:https://www.haomeiwen.com/subject/ulvmuftx.html