728x90
1. Java complier level does not match the version of the installed java project facet
Project Properties에서 Java Complier 옵션 중 자바 버전을 바꿨다면 잘 나오는 에러 중에 하나이다.
이런 에러가 나오는 이유는 자바 컴파일러 버전을 바꾸면 또 하나 세팅 해줘야 하는 게 있는데 그것을 세팅하지 않았기 때문에 나오는 에러.
Project Properties 속성에 보면 Project Facets라는 항목이 있다. 여기에 클릭해서 보면 밑에와 같은 화면이 나올 것이다.
여기서 Java 항목의 Version을 변경한 값으로 고쳐줘야 이 에러가 나지 않는다.
2. could not find source for resource bundle
[properties] - [Flex Library Compiler] - [Additional compiler arguments]arguments]
-locale=en_US,en_KR -source-path=../locale/{locale} -allow-source-path-overlap=true
출처: http://jameskang333.textcube.com/14#comment9357509
3. CHKJ3000E: WAR Validation Failed:
org.eclipse.jst.j2ee.commonarchivecore.internal.exception.DeploymentDescriptorLoadException:
WEB-INF/web.xml
http://arawn.tistory.com/33
4.
5.
에러가 날 때마다 하나씩 추가할 예정입니다.
반응형