`
feibaliang
  • 浏览: 1284 次
  • 性别: Icon_minigender_1
  • 来自: 上海
文章分类
社区版块
存档分类
最新评论

exlipse 不能自动编译导致could not find the main class 错误

阅读更多
   关于could not find the main class的错误网上大部分的文章都说是jkd版本的问题,其实还有其他的原因,比如eclipse不能自动编译,那么为什么会出现这种情况呢?
   首先你要配置好eclipse,以下几个步骤需要做:
   1.首先你要告诉eclipse,你想让它自动地编译,一次你要选中project->build automatically。如果你选择project->clean..->clean select project,这样就会把原来已经生成的class文件全部删除掉,eclipse会重新生成所有的类文件。
   2.其次你要告诉eclipse 类文件存放的路径,在WEB工程中,进入configure build path,在java build path->source下的 output folder修改为<工程名>/WebRoot/WEB-INF/classes ,普通工程修改为<工程名>bin
   以上这些你都做对了也还不行,你要确保lib目录下的jar文件没有报错,如果有报错则eclipse就不会自动编译了
分享到:
评论

相关推荐

    could not find the main class,program will exit

    ### "Could Not Find the Main Class, Program Will Exit" 错误解析及解决方法 在Java编程过程中,我们经常会在开发环境中遇到各种各样的错误提示,其中“Could not find the main class, program will exit”是一...

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

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

    eclipse 下打包

    - **Could not find the main class, Program will exit.** - 当遇到这类问题时,通常是因为JAR文件缺少必要的类或库。如果项目中使用了特殊库(如SWT等),则需要进行额外的配置。 4. **处理SWT等特定库的情况**...

    【server 2003系统下】Eclipse下实现Java和sql server/Oracle连接详细步骤说明

    System.out.println("Could not find the driver."); e.printStackTrace(); } catch (SQLException e) { System.out.println("Could not connect to the database."); e.printStackTrace(); } } } ``` 请注意...

    达梦 6 数据库驱动 jar 包

    System.out.println("Could not find the driver."); e.printStackTrace(); } catch (SQLException e) { System.out.println("Failed to connect to the database."); e.printStackTrace(); } } } ``` 在上述...

    下篇:JDBC(Eclipse和Microsoft SQL sever Managerment Studio连接)以及实现简单的基本表增删改查

    System.out.println("Could not find the driver."); e.printStackTrace(); } catch (SQLException e) { System.out.println("Error connecting to the database."); e.printStackTrace(); } } } ``` 3. **...

    mysql连接数据库jar包

    System.out.println("Could not find the driver."); e.printStackTrace(); } catch (SQLException e) { System.out.println("Error connecting to the database."); e.printStackTrace(); } } } ``` 在这个...

    mysql jar.rar

    throw new RuntimeException("Could not find MySQL JDBC Driver", e); } ``` `lib-mysql`目录中的其他JAR文件可能包含额外的库,例如优化工具、性能监控组件或者特定版本的驱动,具体取决于压缩包的来源和内容。...

Global site tag (gtag.js) - Google Analytics