본문 바로가기
💻 Programming 개발/☕️ Java

[자바] 프로젝트의 JRE 시스템 라이브러리 변경하기 @이클립스

by 킴디 kimdee 2022. 2. 22.
반응형

최근에 자바를 공부하다가 자바 프로젝트의 JRE 버전을 변경할 일이 있어서 메모할 겸 적었습니다. 

 

이클립스 자바 JRE시스템 라이브러리 변경 

 

1) 프로젝트 폴더내의 JRE System 마우스 오른쪽 클릭 > [Build Path] > [Configure Build Path...] 클릭

 

 

2) [Libraries] 탭에서 [Edit..] 버튼 클릭

 

 

3) [Edit Labrary] 에서 🔘 Alternate JRE: 스크롤다운 메뉴에서 바꾸려는 버전으로 변경 후 [Finish] 버튼 클릭

 

4) [Apply and Close] 클릭

5) JRE System Library가 바뀐 것을 확인할 수 있다. 

 

 

 

참고링크 

 

https://abaqus-docs.mit.edu/2017/English/IhrDevelopmentMap/ihr-c-comp-wrapperconfig-example-jre.htm

 

Creating a JRE System Library

Launch Eclipse. The Eclipse editor appears. In the Package Explorer area, right click the project and select Build Path -> Configure Build Path. The Properties dialog box appears. Click the Libraries tab, and click Add Library. The Add Library dialog box a

abaqus-docs.mit.edu

 

반응형

댓글