본문 바로가기

언어/자바

jenv

프로젝트마다 모두 같은 자바 버전을 사용하면 편하겠지만, 아닐 수도 있으니까..

 

파트에 블루스께서 알려주셔서 써보니 편한 것 같다.

 

자바 버전을 여러개 설치해두고 바꿔가면서 사용할 수 있다.

 

https://www.jenv.be/

 

jEnv - Manage your Java environment

jEnv is a command line tool to help you forget how to set the JAVA_HOME environment variable

www.jenv.be

 

혹시 사용에 문제가 있다면 여기 예시 솔루션이 몇가지 있다.

 

https://github.com/jenv/jenv/issues/76

 

No such file or directory when adding a jdk on freshly installed jenv · Issue #76 · jenv/jenv

I installed JEnv via Homebrew. After installing, i tried to install a jdk 1.7 which I installed earlier: console output: cahi$: jenv add /Library/Java/JavaVirtualMachines/jdk1.7.0_71.jdk/Contents/H...

github.com