MyEclipse 항목을 Eclipse로 가져오는 방법

1463 단어 eclipsejavaee
1. 우선 eclipse가javaee버전이거나 wtp플러그인을 설치했는지 확인하십시오
2. 그리고 eclipse 프로젝트에서 수정합니다.프로젝트 파일:
3. 에 가입
Java code
?
1
2
3
4          <nature>org.eclipse.wst.common.project.facet.core.nature</nature>       <nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>       <nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
4. 에 추가
Java code
?
1
2
3
4
5
6
7
8
9
10      <buildCommand>           <name>org.eclipse.wst.common.project.facet.core.builder</name>           <arguments>           </arguments>       </buildCommand>       <buildCommand>           <name>org.eclipse.wst.validation.validationbuilder</name>           <arguments>           </arguments>       </buildCommand>
5. 프로젝트 리셋, 프로젝트 ->우클릭->Properties->Project Facets->Modify Project, 자바 및 Dynamic 웹 모델 선택
Context Root 및 Content Directory 및 소스 경로 구성

좋은 웹페이지 즐겨찾기