`
vigosun
  • 浏览: 11088 次
  • 性别: Icon_minigender_1
  • 来自: 北京
文章分类
社区版块
存档分类
最新评论

Eclipse: Class file name must end with .class

阅读更多

问题: 在eclipse里使用ctr+shift+t打开一个类的时候,出现错误:Class file name must end with .class

解决办法:

 

  1. 关闭Eclipse
  2. 删除 workspace/.metadata/.plugins/org.eclipse.jdt.core/*.index
  3. 删除 workspace/.metadata/.plugins/org.eclipse.jdt.core/savedIndexNames.txt
  4. 重启 Eclipse

 

参考地址:

http://ruleoftech.wordpress.com/2009/11/04/eclipse-class-file-name-must-end-with-class-exception-in-search/

分享到:
评论

相关推荐

    org.eclipse.swt.win32

    org.eclipse.swt.internal.image.FileFormat.class org.eclipse.swt.internal.image.GIFFileFormat.class org.eclipse.swt.internal.image.JPEGAppn.class org.eclipse.swt.internal.image....

    org.eclipse.paho.mqttv5.client-1.2.5.jar解决SSL认证连接SNIHostName类不存在的问题

    MQTTv5版的客户端库,原地址:...本资源合入了解决低于android7.0报错Caused by: java.lang.ClassNotFoundException: Didn't find class "javax.net.ssl.SNIHostName"的问题。

    org.eclipse.jdt.core_3.5.2.v_981_R35x

    at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:46) at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) at org.eclipse.jdt....

    java bcehuh

    org.eclipse.core.internal.resources.ResourceException: Resource is out of sync with the file system: '/HiTaxi-C/default.properties'. at org.eclipse.core.internal.resources.File.checkSynchronized(File...

    hive-jdbc-1.1.0-cdh5.4.5-standalone.jar

    at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.Class.forName0(Native Method) ...

    phonegap 配置文件(android+eclipse+phonegap(cordova)配置项目 .)

    5.4把 setContentView() line with super.loadUrl(“file:///android_asset/www/index.html”); 6. 打开AndroidManifest.xml,拷贝 <supports-screens android:largeScreens="true" android:normalScreens="true...

    org.eclipse.paho.client.mqttv3-1.2.0

    mqttjava客户端最新版 使用 MQ 提供的 MQTT 服务,首先需要核实应用中使用的 Topic 资源是否已经申请,如果没有,请先去控制台申请 Topic,Group ID 等资源。 申请资源时需要根据需求选择对应的 Region,例如 MQTT ...

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

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

    eclipse/myeclipse 反编译插件 Eclipse Class Decompiler 2.10.0

    Eclipse Class Decompiler是一款Eclipse插件,整合了多种反编译器,和Eclipse Class Viewer无缝集成,能够很方便的使用插件查看类库源码,进行Debug调试。 同时还提供了在线自动查找源代码,查看Class二进制字节码的...

    jaxen.jar和dom4j.jar

    at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:50) at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) at org.eclipse.jdt....

    HIbernate4.3.6整合c3p0所需jar

    at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:50) at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) at org.eclipse.jdt....

    protobuf-dt com.google.eclipse.protobuf_2.3.2.201609161849.jar

    In the end I injected in an up-to-date version of the descriptor.proto file into the plugin jar under .p2\pool\plugins\com.google.eclipse.protobuf_2.3.2.201609161849.jar and restarted Eclipse which ...

    org.eclipse.core.commands_3.6.1.

    java SWT 界面开发环境配置常见错误发生时,可能用到的资源, org.eclipse.core.commands_3.6.1.选用了64位机器环境下eclipse开发用到的jar包。

    hive-jdbc-2.1.0-standalone.jar

    at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.Class.forName0(Native Method) ...

    Android代码-WheelView

    WheelView Android滚轮控件,基于ListView实现,可以自定义样式。... public class MainActivity extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCre

    一个简单的开源Android工具类库

    you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in ...

    org.eclipse.jdt.core_3.6.1.v_A68_R36x_jar

    1.下载Eclipse plugin 补丁文件 org.eclipse.jdt.core_3.6.1.v_A68_R36x.jar: http://meiyoudao.download.csdn.net/ 2.将解压缩后的jar包 放到Eclipse的目录中的Plugin下面, 3.Android开发时代码提示卡死的问题...

    eclipse插件FileSync

    【Eclipse插件FileSync详解】 Eclipse是一款广泛使用的开源集成开发环境(IDE),它支持多种编程语言,如Java、C++、Python等。为了增强Eclipse的功能,开发者可以使用插件来扩展其特性。"FileSync"是专门为Eclipse...

    java.lang.ClassNotFoundException: org.apache.commons.dbcp.BasicDataSource解决方案

    - **IDE集成**:如果你使用Eclipse、IntelliJ IDEA等集成开发环境,可以通过"构建路径"或"Maven/Gradle依赖"设置将这些JAR文件添加到项目的类路径中。 - **Maven项目**:如果项目是Maven管理的,可以在`pom.xml`文件...

    eclipse安装Activiti-designer 所需jar包

    Missing requirement: Activiti Eclipse BPMN 2.0 Designer 5.18.0.201508100929 (org.activiti.designer.feature.feature.group 5.18.0.201508100929) requires 'org.eclipse.emf.transaction 1.4.0' but it could...

Global site tag (gtag.js) - Google Analytics