이클립스 3.4 Ganymede + Spring IDE 설치방법

이클립스 새로운 버전인 3.4 Ganymede 와 스프링IDE 설치를 진행하는 과정에서
Dependencies 때문에 설치가 진행이 안된다면 참고

Spring IDE 2.0.6 will be the last version that supports Mylyn 2.3. The port to Mylyn 3.0 APIs has already been finished and will be available in the next few days. This migration is required to make installing Spring IDE into the Ganymede packages possible. If you want to use 2.0.6 with Ganymede please don’t install the Mylyn integration.

참조 : http://springide.org/blog/2008/06/24/spring-ide-206-available/

http://www.eclipse.org/downloads/ 에서
Eclipse IDE for Java EE Developers(163MB) 다운로드 후 압축해제하여 설치

이클립스를 실행하고 Menu > Help > Software Updates… > Available Software >
Add Site 버튼 클릭하고 Location에 http://springide.org/updatesite 입력하고 OK 클릭

사용자 삽입 이미지
Spring IDE Update Site 에서 Dependencies 체크해제후 오른쪽 상단의 Install.. 클릭

사용자 삽입 이미지
위 두곳의 체크를 해제하고 설치를 진행합니다.

 

PDT 설치, JVM terminated. Exit code=-1 에러

http://download.eclipse.org/tools/pdt/downloads/release.php?release=S20071213-M1

1. 여기서 All in one 으로 설치.
2. JRE 설치

PDT는 압축해제하면 eclipse 라는 폴더가 생기고 이 폴더를 원하는 곳에 이동시킨다.

eclipse 폴더에서 eclipse.exe 실행

JVM terminated. Exit code=-1 에러 발생시
eclipse.ini 파일을 열어서
====================================================
-showsplash
org.eclipse.platform
–launcher.XXMaxPermSize
256m

-vmargs
-Xms40m
-Xmx256m
====================================================
–launcher.XXMaxPermSize256m
이렇게 수정해주면 실행이 된다