install JDK, not OpenJDK
Hello Team,
Is it any way to install JDK 10.0.2 to macos environment ? I can install only OpenJDK 10.0.2.
I would like to have (see the screenshot).
- photo_2021-02-02_13-36-31.jpg 9.85 KB
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by Aliaksandr on 02 Feb, 2021 02:32 PM
I need the JDK because when i build my android application it shows (see the screenshot).
Support Staff 2 Posted by Feodor Fitsner on 03 Feb, 2021 03:00 AM
I think you can just download "macOS Compressed Archive" from official Java download page and untar it, something like this could be added to your
appveyor.yml
:Downloading itself looks a little bit hacky, but it works: https://ci.appveyor.com/project/FeodorFitsner/simple-console/builds...
3 Posted by Aliaksandr on 03 Feb, 2021 08:38 AM
Hello Feodor Fitsner .
Thanks a lot, you are really helped me.
That's shame that Oracle doesn't provide "macOS Compressed Archive" for 10 version.
Support Staff 4 Posted by Feodor Fitsner on 03 Feb, 2021 11:39 PM
You can, theoretically, mount .dmg and see its contents: https://osxdaily.com/2011/12/17/mount-a-dmg-from-the-command-line-i...
5 Posted by Aliaksandr on 04 Feb, 2021 06:37 AM
Thank you!