본문 바로가기
프로그래밍 툴/Eclipse

[이클립스] eclipse에서 톰캣 구동시 "The JRE could not be found. Edit the server and change the JRE location" 에러 해결방법

by 우림 2015. 6. 3.

이클립스에서 톰캣을 실행시킬 때 아래와 같은 에러가 발생한다면?

The JRE could not be found. Edit the server and change the JRE location.


해결방법은 톰캣과 연결된 JRE를 수정해 주시면 됩니다.

Tomcat 6 => JRE6
Tomcat 7 => JRE7

이렇게 매칭이 된다고 보시면 됩니다.


이클립스에서 아래와 같이 JRE 설정만 바꿔주시면 됩니다.


이렇게 설정해 주시면 잘 될 겁니다.

댓글