打开VMWare虚拟机提示有: This virtual machine appears to be in use. If this virtual machine is already in use, press the "Cancel" button to avoid damaging it. If this virtual machine is not in use, press the "Take Ownership" button to obtain ow
我们在做maven项目时,有时项目会显示红叉,但是项目本身并没有错误,如何去掉呢? 下面是我的解决方法 1.点击项目再右键,在搜索框中输入facets 2.把Dynamic Web Module的版本改为2.5,如果你的版本显示更高的话 3.如果Dynamic Web Module的版本已经是2.5了,那么修改java的版本为1.6或更高,默认maven采用的是自带的jdk配置版本,自带的是jdk1.5的 到这里基本都可以解决红叉的问题了,终于项目看起来没那么别扭了.
eclipse项目上面有个红叉,但是没有任何地方有错误,clear,refresh,重启都试过了,依然没用, 后来我换了一个workspace,编译的时候提示: Description Resource Path Location Type The project was not built due to "Could not delete ' 意思是编译的文件删不掉,因为要重新编译嘛, 然后找度娘,才知道,我eclipse刚才关闭方式错误,导致进程没关,kill掉进程,clear一下,ok;
pom.xml里有红叉报错的解决办法一: 1.把鼠标点在报的错上发现pom.xml报如下错误: Multiple annotations found at this line: - Failure to transfer org.slf4j:slf4j-log4j12:jar:1.7.21 from http://repo1.maven.org/maven2 was cached in the local repository, resolution will not be reattempte
从外部导入了几个jar包发现工程上出现红叉,但展开又没有详细的指明任何错误,可能过如下几步: 1.检查Build Path中的各个依赖jar及library是否有warning的标志,若有,处理之: 2.clean 工程: 3.右键找到pde tools下的update classpath; 4.一般有什么问题都会在视图Problems中显示,所以可以在其中查找问题,今天我遇到的就是A cycle was detected in the build path of project ,这样我们可以