본문 바로가기
IT/ETC.

MESSAGE Warning: The environment variable HOME 해결방법 (STS 구동에러 , eclipse 에러)

by unicorn 2021. 11. 15.
728x90
반응형

개발하다보면 sts 나 eclipse 구동시 멈추는 경우가 발생한다. 

 

 

무한 대기 놉!! ㅜ.ㅜ

 

1.  오픈하고자하는 프로젝트 워크스페이스에 .metadata 안에 .log 파일을 열어서 보면 아래와같이 에러발생 !!

 

!ENTRY org.eclipse.egit.ui 2 0 2021-11-15 15:18:56.691 !MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git user global configuration and to define the default location to store repositories: 'C:\Users\XXX. If this is not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and EGit might behave differently since they see different configuration options. This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.

 

 

이런 에러가뜬다면 

 

환경변수에 HOME을 추가해야한다. 

 

내PC 우클릭 -> 속성 -> 고급시스템설정 -> 환경변수 -> 새로만들기 하여  

변수 이름 HOME 그리고 변수 값 %USERPROFILE%을 입력

 

 

 

 

 

이렇게 추가해도 안되면 

2.  다시 log 파일을 열어서 확인하자 

Workbench early startup 

이러한 에러가 발생해 있다. 기존에 git 을 사용하지않는 경우에서 종종  Workbench early startup 에러가 발생하면 프로젝트 폴더에 .metadata -> .plugins -> org.eclipse.e4.workbench 에 있는 workbench.xmi  파일을 삭제 하고 다시 구동하면 잘 실행 된다.

 

 

그대신 초기화되어 인코딩 및 필요한 설정은 다시 해줘야한다. ~

 

 

728x90
반응형

댓글