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

1015 단어 MyEclipse
1. 우선 eclipse가javaee버전이거나 wtp플러그인을 설치했는지 확인하세요.그리고 eclipse 프로젝트에서 수정합니다.프로젝트 파일: 3.에 가입
    <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. 에 추가
    <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 프로젝트, 자바와 다이나믹 웹 모듈을 선택하여 Context Root와 Content Directory 및 원본 경로를 설정합니다.

좋은 웹페이지 즐겨찾기