`
jqs1124
  • 浏览: 44234 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
社区版块
存档分类
最新评论

The Class File Viewer cannot handle the given input.

 
阅读更多

今天在项目调试的时候总是报:

Could not open the editor: The Class File Viewer cannot handle the given input ('org.eclipse.ui.ide.FileStoreEditorInput').
折腾了一下午,总算好了。

解决办法是:把workspack下.metadata里的文件全部删除了,可能是某个东西出问题了吧,我也没具体测试。删除完后再把项目导入就可以正常debug了

分享到:
评论
1 楼 xingwang 2012-08-24  
强.强.强.强.强.强.强.强.强.

相关推荐

    jad.exe jadclipse.jar

    >General->Editors->File Associations中修改“*.class”默认关联的编辑器为“JadClipse Class File Viewer”。设置完成后,双击 *.class文件,eclipse将自动反编译。 3.)在用jadclipse的时候,一定要加入jad.exe这...

    java.lang.ClassNotFoundException: org.jdom.input.SAXBuilder 处理

    当Java程序通过`Class.forName()`方法或者使用`ClassLoader`加载类时,如果在当前的类路径(Class Path)下找不到指定类的`.class`文件,就会抛出这个异常。这可能是由于以下原因: 1. **类路径设置不正确**:确保...

    解决 Can not find the main class. Program will exit. 难题

    在IT领域,尤其是在Java编程中,遇到“Can not find the main class. Program will exit.”这一错误信息是非常常见的问题。这通常意味着编译器或运行环境无法识别并定位到程序的主类,即包含main方法的类,从而导致...

    googleGson JsonObject json转换包

    包含以下java源文件: com.google.gson.DefaultDateTypeAdapter.class com.google.gson.ExclusionStrategy.class com.google.gson.FieldAttributes.class com.google.gson.FieldNamingPolicy.class ...

    eclipse反编译插件安装

    3.在Eclipse的Windows——> Perference——>General->Editors->File Associations中修改“*.class”默认关联的编辑器为“JadClipse Class File Viewer” 重启后即可查看.class反编译文件 附:jad版本下载目录:...

    Cannot load JDBC driver class 'com.microsoft.sqlserver.jdbc.SQLServerDriver'

    通常,我们使用`Class.forName()`方法来加载驱动,例如: ```java Class.forName("com.microsoft.sqlserver.jdbc.SQLServerDriver"); ``` 如果这个方法抛出ClassNotFoundException,表示驱动类没有找到。 4. **...

    JavaClassViewer.binary

    工具类 用于查看反编译的jar包

    java的ejb.jar包

    javax.ejb.Handle.class javax.ejb.HomeHandle.class javax.ejb.MessageDrivenBean.class javax.ejb.MessageDrivenContext.class javax.ejb.NoSuchEntityException.class javax.ejb.NoSuchObjectLocalException....

    导入工程的“The import android cannot be resolved”错误解决方法

    - 确认“Use target frameworks for Java source and class file compatibility”复选框已被勾选。 3. **检查项目构建路径**: - 在项目属性的“Java Build Path”中,确保“Libraries”标签页下包含了所需的...

    javax.ejb.jar下载

    javax.ejb.Handle.class javax.ejb.HomeHandle.class javax.ejb.IllegalLoopbackException.class javax.ejb.Init.class javax.ejb.Local.class javax.ejb.LocalBean.class javax.ejb.LocalHome.class javax.ejb.Lock...

    java.lang.UnsupportedClassVersionError Bad version number in .class file异常的解决办法

    ### java.lang.UnsupportedClassVersionError: Bad version number in .class file 异常的解决办法 #### 一、问题概述 在使用MyEclipse进行Java开发的过程中,可能会遇到`java.lang.UnsupportedClassVersionError:...

    jclasslib 工具修改.class文件,同时需要jad.exe做辅助

    ClassFile cf = new ClassFile(); cf.read(di); CPInfo[] infos = cf.getConstantPool(); int count = infos.length; for (int i = 0; i ; i++) { if (infos[i] != null) { System.out.print...

    ClassViewer

    【ClassViewer】是一款高效实用的代码查看器,其主要功能是帮助用户查看和理解Java类文件的内部结构和编译后的细节。作为一个专业的IT工具,它对于开发者进行代码调试、学习和分析具有重要意义。 首先,从提供的...

    saxon9-dom.jar

    net.sf.saxon.dom.AttrOverNodeInfo.class net.sf.saxon.dom.DOMAttributeMap.class net.sf.saxon.dom.DOMEnvelope.class net.sf.saxon.dom.DOMExceptionImpl.class net.sf.saxon.dom.DOMImplementationImpl.class ...

    IntelliJ IDEA引入第三方jar包或查看Java源码的时候报decompiled.class file bytecode version:52.0(java 8)错误的解决办法

    然而,可能会遇到一个常见的错误提示:“decompiled.class file bytecode version:52.0(java 8)”,这表明IDE在尝试反编译一个针对Java 8版本编译的.class文件,但你的环境可能不兼容或者配置不正确。 首先,理解...

    demonstrate File I/O, user input, and output manipulation

    You must use at least four different types of output manipulations you learned in class. You must submit via Blackboard your .cpp file(s) and your file(s) to read/write. Test Make sure...

    input type=file 显示的浏览 改成英文

    本篇文章将详细讲解如何将`<input type="file">` 控件的“浏览”按钮和提示改为英文。 首先,我们需要理解`<input type="file">`的基本结构和属性。这个标签创建了一个可以点击的区域,用户可以通过点击打开本地...

    eclipse 反编译插件 java工具JadClipse

    6、在Window->Preferences->General->Editors->File Associations中,将File Types是*.class和*.class without source的类型,设置为默认使用JadClipse Class File Viewer打开。如果在下面框中没有找到JadClipse ...

    C++标准库(第二版)英文版.pdf

    The C++ Standard Library A Tutorial and Reference (2nd Edition)+cppstdlib-code.zip C++标准库(第二版)英文版.pdf 非扫描版+源代码 Prefaceto the SecondEdition xxiii Acknowledgments for the Second...

    JavaClassViewer-2.0.4_理解class文件结构

    JavaClassViewer-2.0.4, 用于理解Class文件结构。 解析出class结构,以及十六进制的表示,特别方便。 原下载地址: http://www.softpedia.com/get/Programming/File-Editors/Java-Class-Viewer.shtml。另外也可以参考...

Global site tag (gtag.js) - Google Analytics