프로그래밍-2/eclipse

이클립스 다운로드 및 eclipse ini 설정

daslyee 2019. 8. 5. 23:10
728x90

 

1. 다운로드 : https://www.eclipse.org/downloads/packages/

  - 최신버전을 설치해도 무방

 

Eclipse Packages | The Eclipse Foundation - home to a global community, the Eclipse IDE, Jakarta EE and over 350 open source pro

444 MB 2,967 DOWNLOADS The Modeling package provides tools and runtimes for building model-based applications. You can use it to graphically design domain models, to leverage those models at design time by creating and editing dynamic instances, to collabo

www.eclipse.org

 

2. 본인이 원하는 버전을 다운로드 후 본인이 원하는 위치에 압축풀기

  - 필자는 D:\tomtom\eclipse 에 풀음.

 

3. eclipse ini 설정

   - 많은 설정이 존재하지만 필자는 아래 3개의 옵션을 작성하여 저장하였음.

     필자는 ram이 8G~16G 임.

 

   (1) 자바 구동 관련 (선택사항)

   -vm

   D:/tomtom/java-1.8.0-openjdk/bin/javaw.exe

   (2) 속도 관련 (권장사항)

   -Xms2048m

   -Xmx2048m

 

 

728x90