이클립스 프로젝트 인텔리제이로 변경중에 .classpath 수정을 어떻게 해야하는지 모르겠습니다.

조회수 3959회

Module pamis: invalid item 'org.eclipse.jst.j2ee.internal.module.container' in the dependencies list Module pamis: invalid item 'org.eclipse.jst.j2ee.internal.web.container' in the dependencies list Module pamis: invalid item 'org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER' in the dependencies list 이와같은 에러가 발생합니다.

구글링을 해보니 .classpath에 아래를 수정해야 하는 것 같은데

<classpathentry exported="true" kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
<classpathentry exported="true" kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5">

1.맨 밑에 JRE는 컴파일러를 1.5로 수정해서 고쳤는데,

jdk 1.6을 사용하는데 jre 컴파일러를 J2EE(1.5)를 사용해도 되는 건가요?

2.클래스패스엔트리는 어떻게 수정을 해야하나요?

  • (•́ ✖ •̀)
    알 수 없는 사용자

답변을 하려면 로그인이 필요합니다.

프로그래머스 커뮤니티는 개발자들을 위한 Q&A 서비스입니다. 로그인해야 답변을 작성하실 수 있습니다.

(ಠ_ಠ)
(ಠ‿ಠ)