====== export and import ======
* description : export and import
* author : 도봉산핵주먹
* email : hylee@repia.com
* lastupdate : 2020-07-06
===== export and import =====
==== export and import ? ====
> svn이나 git을 통해서 소스를 공유하지 않을 때 받는 방법이다.\\
\\
==== Export ====
> 공유할 프로젝트 우 클릭 > Export > General - Archive File (Next) \\
> To archive file에 경로와 파일 이름을 써준다. (Finish) \\
* Ex)D:\eclipse\workspace\${FileName}.zip \\
\\
==== Import ====
> Project Explorer 창에서 우 클릭 > Import > General - Existing Projects into Workspace (Next) \\
> Select archive file에 export한 경로파일을 지정해준다. (Finish) \\
\\
===== Tip =====
> Web 프로젝트는 Export 창에서 Web - WAR file 를 선택하면 된다. \\
\\
===== Ref =====
* [[https://all-record.tistory.com/59|이클립스 자바 프로젝트 Import, Export 하기]]
{{tag>도봉산핵주먹 eclipse Export Import }}