Eclipse中Cannot nest src folder解决方法

简介: 错误示例:: Java Model Status [Cannot nest output folder 'xxx/bin/main' inside output folder 'xxx/bin']解决方法:右击项目 -> properties -> java build path -> s...

错误示例:

: Java Model Status [Cannot nest output folder 'xxx/bin/main' inside output folder 'xxx/bin']

解决方法:

右击项目 -> properties -> java build path -> source

一般是上图的红框的问题,这个已经改过的,报错的时候,是一个还未新建的文件夹目录/bin/main,解决方案如下图所示:

 

第一种就是把allow output folders xxx 的勾选去掉

第二种不去勾选,把default output folder目录改到bin目录

 

另外一种参考方法:

https://blog.csdn.net/sinat_30397435/article/details/78522566

遗失的拂晓
目录
相关文章
|
IDE Java 程序员
Eclipse 安装插件报错:An error occurred while collecting items to be installed session context was...解决方法汇总
Eclipse 安装插件报错:An error occurred while collecting items to be installed session context was...解决方法汇总
768 0
Eclipse 安装插件报错:An error occurred while collecting items to be installed session context was...解决方法汇总
|
Java Android开发 Windows
Eclipse启动时发生An internal error occurred during: “Initializing Java Tooling“.错误的解决方法
Eclipse启动时发生An internal error occurred during: “Initializing Java Tooling“.错误的解决方法
|
Java Android开发
eclipse project修改 output folder
eclipse project修改 output folder
|
Java Android开发
Eclipse中项目报Target runtime com.genuitec.runtime.generic.jee60 is not defined异常的解决方法
Eclipse中项目报Target runtime com.genuitec.runtime.generic.jee60 is not defined异常的解决
479 0
Eclipse中项目报Target runtime com.genuitec.runtime.generic.jee60 is not defined异常的解决方法
|
Android开发
Eclipse plugin folder
Eclipse plugin folder
Eclipse plugin folder
|
Android开发
在Eclipse中执行Andorid test preject提示The connection to adb is down, and a severe error has occured.解决方法
启动android模拟器时.有时会报The connection to adb is down, and a severe error has occured.的错误.在网友说在任务管理器上把所有adb.
823 0