본문 바로가기
Java

자바(Java) 개발환경 구축하기(2021) 2/2 - How to Install Eclipse for Java

by sycareer 2021. 3. 11.

JDK설치가 끝났다면,

이클립스를 설치해보겠습니다.

If you are done installing JDK,

let's start installing Eclipse.

 

아직 JDK를 설치하지 않은 상태라면,

If you are not ready,

 

sycareer.tistory.com/4

 

자바(JAVA) 개발환경 구축하기(2021) - How to Install Java JDK 15.0.2 on Windows

오늘은 자바 개발환경을 만들어보았습니다. Today, I built a Java development environment. 우선, 구글에 JDK를 검색합니다. First, google 'jdk'. ++수정 Edited (2021.03.11) 주 버전이 가장 최신인 것 보다..

sycareer.tistory.com

먼저 설치하고 이클립스 설치를 진행해주시면 됩니다.

Install JDK first.

 

 

또한, 이클립스를 재설치하는 경우라면

기존의 이클립스를 삭제 후 재설치를 해야합니다.

Also, you must delete the existing Eclipse if you reinstall Eclipse.

 


[이클립스 삭제 Uninstall Eclipse]

 

이클립스는 따로 uninstall을 실행하지 않으며, 폴더를 삭제해야 합니다.

Eclipse doesn't need to run uninstall, and the folder must be deleted.

 

C:\사용자\USER

경로로 들어가서

Go into the path,

 

.eclipse

.p2

eclipse

eclipse-workspace

 

위의 네 가지 폴더를 삭제해주시면 됩니다.

delete the above four folders.

 

 

C:\사용자\USER 경로에 폴더가 없다면,

The folder could not be found,

 

eclipse : 설치시 Program Files폴더로 지정하여 설치했을 수 있음.

eclipse-workspace : 이클립스 사용시 따로 지정해놓은 폴더가 있을 수 있음. ex) JavaTutorials

eclipse : You might have specified it as folder 'Program Files' when you installed it.

eclipse-workspace : When using Eclipse, you might have a specified folder.

 

혹은, 폴더가 숨김처리 되어있을 수 있으니

폴더의 보기 탭에서 숨긴 항목을 체크해주시면 나옵니다.

Or the folder may be hidden,

you can check the hidden items on the View tab of the folder.

 

 


[이클립스 설치 Install Eclipse]

 

이클립스 홈페이지에서 설치파일을 다운로드합니다.

Download the installation file from the Eclipse homepage.

 

www.eclipse.org/downloads/

 

Eclipse Downloads | The Eclipse Foundation

The Eclipse Foundation - home to a global community, the Eclipse IDE, Jakarta EE and over 375 open source projects, including runtimes, tools and frameworks.

www.eclipse.org

 

 

 

 

 

 

 

 

웹 애플리케이션 개발까지 생각하고 계신다면 Enterprise Java Developers를 다운받으시면 되고,

그게 아니라면 맨 위에 있는 Java Developers를 다운받으시면 됩니다.

If you're even considering developing a web application, download Enterprise Java Developers.

Otherwise, you can download Java Developers at the top.

 

Installation Folder를 Program Files로 지정하고 설치합니다.

Specify the Installation Folder as Program Files and install it.

 

설치 완료 후, Launch버튼을 눌러서 실행해주면 끝!

After the installation is complete, press the Launch button to run it

and it's done!