Eclipse

From 탱이의 잡동사니
Revision as of 08:55, 25 July 2016 by Pchero (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

Eclipse 사용법 정리

Tips

Convert project

한번씩 Git/Perforce/Remote 등과 관련된 곳에서 작업을 하다보면 프로젝트 설정 내용이 날아가는 경우가 있다. 특히, 해당 프로젝트가 어떤 프로젝트로 구성되어 있는지 정보가 날아가는 경우가 있는데, 이런 경우 project convert 기능을 이용을하면 다시금 복구가 가능하다.<ref>http://stackoverflow.com/questions/18693159/eclipse-this-project-is-not-a-cdt-project</ref>

Select the project in the Project Explorer tab,
Click File->New->Convert to a C/C++ project

This will add a new .cproject file, and you are then ready to go.

References

<references />