在使用Eclipse进行开发的时候,出现了如下的问题:
Description Resource Path Location Type
The project was not built due to "A resource exists with a different case: '/SeenTaoImp_zhV2/bin/seentao'.". Fix the problem, then try refreshing this project and building it since it may be inconsistent SeenTaoImp_zhV2 Unknown Java Problem
j解决方案:
1、在项目工程中有多个源码包(source folder) ,在不同的源码包中有相同的报名或者大小写之后一致的包路径。
2、设置编译输出路径可以解决此问题、或者将将java报名改掉。
本文解决了在Eclipse中遇到的一个常见问题:“A resource exists with a different case”导致的项目无法构建。问题根源在于不同源码包中有相同名称但大小写不一致的包路径。提供了解决方案包括调整编译输出路径或更改Java包名。

392

被折叠的 条评论
为什么被折叠?



