2. Installation : 설치
2.1. Download the Eclipse SDK : Eclipse SDK 다운받기
아래 링크에서, 최신 Release의 Eclipse SDK build를 받으세요. 가장 최신 것으로 다운받으면 됩니다.
http://download.eclipse.org/eclipse/downloads/
여러 개의 압축파일이 있는데, 사용자의 Platform에 따라 뭘 받아야 할 지, 다를 수 있습니다.
Windows : zip
Linux : tar.gz
Mac : dmg(Disk Image)
e4 tool은 Eclipse RCP와 Eclipse IDE plug-ins를 개발하기에 아주 유용한 툴입니다. suggested Eclipse SDK download에 있습니다.
다른 Eclipse download를 사용한다면, 설치를 해야합니다. Help > Install new software 로 이동해서, http://download.eclipse.org/releases/latest 를 update site에 추가하면 됩니다.(아래 사진)
추가후 e4 tools 를 검색해서 설치해 주세요.

2.2. Install the e4 spies : e4 spies 설치
e4 spies는 Eclipse plug-ins and applications 분석을 도와줍니다. 설치하기 위해선, Help > Install new software… > 후 아래 URL을 통해 다운받습니다.
http://download.eclipse.org/e4/snapshots/org.eclipse.e4.tools/latest/
'Automotive > EclipseRCP' 카테고리의 다른 글
Eclipse RCP (Rich Client Platform) - 5.다른 plug-ins으로 부터 application model 확장하기 (0) | 2022.01.21 |
---|---|
Eclipse RCP (Rich Client Platform) - 4.Eclipse application 구조 설명 (0) | 2022.01.21 |
Eclipse RCP (Rich Client Platform) - 3.마법사를 통해 RCP application 만들기 (0) | 2022.01.21 |
Eclipse RCP (Rich Client Platform) - 1.소개 (0) | 2022.01.21 |
SWT/JFACE 발전 흐름 (0) | 2021.01.28 |