Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About install JDK from bellsoft #385

Open
LLT9 opened this issue Jan 26, 2023 · 1 comment
Open

About install JDK from bellsoft #385

LLT9 opened this issue Jan 26, 2023 · 1 comment

Comments

@LLT9
Copy link

LLT9 commented Jan 26, 2023

I want to know how to add bellsoft and oracle JDK

I read the document say is use "jenv add"

but I don't understand how to determine which version will be install, oracle? openjdk?.

https://bell-sw.com/pages/downloads/

or meaning is install different java version on the mac , then through jenv connect the jdk

Thanks.

@frogamic
Copy link

frogamic commented Feb 10, 2023

jenv add is a command to add a java version that you have already installed to jenv's available java versions. I.e. you should install java from whichever vendor(s) you like and then add them to jenv using an add command, for example to add oracle jdk 8u202 on Mac you would download and install the DMG from oracle as per usual and then run jenv add /Library/Java/JavaVirtualMachines/jdk1.8.0_202.jdk/Contents/Home/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants