TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

AdoptOpenJDK: Open-source, prebuilt OpenJDK binaries

141 pointsby nnnmntenover 5 years ago

17 comments

hs86over 5 years ago
On macOS and Windows their various builds are also available over the Homebrew and Scoop package managers:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;AdoptOpenJDK&#x2F;homebrew-openjdk" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;AdoptOpenJDK&#x2F;homebrew-openjdk</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;lukesampson&#x2F;scoop&#x2F;wiki&#x2F;Java" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;lukesampson&#x2F;scoop&#x2F;wiki&#x2F;Java</a>
评论 #20758421 未加载
latchkeyover 5 years ago
You don&#x27;t need extra projects to manage this stuff anymore.<p>There is a great answer here... <a href="https:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;52524112&#x2F;how-do-i-install-java-on-mac-osx-allowing-version-switching" rel="nofollow">https:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;52524112&#x2F;how-do-i-instal...</a><p><pre><code> brew install java (12) brew install java11 </code></pre> And you can simplify things...<p>In your .bashrc:<p><pre><code> export JDK_HOME=`&#x2F;usr&#x2F;libexec&#x2F;java_home -v 12` # v9+ change to the version you installed export JAVA_PATH=$JDK_HOME export JAVA_HOME=$JDK_HOME export PATH=&quot;.&quot; export PATH=&quot;${PATH}:${JAVA_HOME}&#x2F;bin&quot;</code></pre>
评论 #20758756 未加载
评论 #20758733 未加载
评论 #20758603 未加载
throwaway8941over 5 years ago
RedHat also provides OpenJDK builds for free, although hidden behind a developer account registration.<p><a href="https:&#x2F;&#x2F;developers.redhat.com&#x2F;products&#x2F;openjdk&#x2F;download" rel="nofollow">https:&#x2F;&#x2F;developers.redhat.com&#x2F;products&#x2F;openjdk&#x2F;download</a>
评论 #20758449 未加载
评论 #20758730 未加载
mrbonnerover 5 years ago
One of the company with large contribution to the AdoptOpenJDK is jClarity. jClarity got purchased by Microsoft a few days ago. Are we seeing MS more involvement for JDK development from now on? They are pushing it big for .NET platform but the JVM consumption is a huge market opportunity. With MS strategy of going all in in cloud computing, supporting the JVM is a no-brainer to me.
评论 #20761622 未加载
hiram112over 5 years ago
Anyone ever tried the Eclipse OpenJ9 VM? I&#x27;ve never heard of it, but it might be fun to see if there&#x27;s a difference with my various apps and performance in an IDE.<p>I&#x27;ve just been hearing a lot of fuss about GraalVM, though haven&#x27;t had time to investigate what&#x27;s so special about it nor how it might help typical &#x27;enterprise&#x27; services and Java apps.
评论 #20758588 未加载
评论 #20758548 未加载
评论 #20758305 未加载
评论 #20758109 未加载
solarkraftover 5 years ago
Does the OpenJDK project not offer open source, pre-built binaries already?
评论 #20758618 未加载
评论 #20758155 未加载
评论 #20758590 未加载
评论 #20761552 未加载
评论 #20760853 未加载
vbezhenarover 5 years ago
Another good alternative is Azul Open JDK build.
dahfizzover 5 years ago
I assume this is mostly for windows? All Linux and I assume Mac has openjdk available in the repos. The openjdk project itself also hosts binaries for *Nix
评论 #20759169 未加载
评论 #20759268 未加载
评论 #20762050 未加载
pronover 5 years ago
Oracle&#x27;s OpenJDK binaries are here: <a href="http:&#x2F;&#x2F;jdk.java.net&#x2F;" rel="nofollow">http:&#x2F;&#x2F;jdk.java.net&#x2F;</a>
评论 #20758712 未加载
评论 #20762220 未加载
nikolayover 5 years ago
We&#x27;ve been using it on Docker and love it.
java-manover 5 years ago
Please add an option with JavaFX bundled.
评论 #20758435 未加载
评论 #20783577 未加载
anonymousJim12over 5 years ago
What are the rules around distributing OpenJDK as part of a commercial software&#x2F;hardware product?
评论 #20760192 未加载
agaponover 5 years ago
Notable omissions: any BSD platform.
评论 #20783569 未加载
cowmixover 5 years ago
Does the Amazon JDK binary distribution compete with this?
评论 #20759100 未加载
jeffreportmill1over 5 years ago
Please add an option for JRE in the browser - JRE compiled to JavaScript or WASM (like CheerpJ or TeaVM).
评论 #20759956 未加载
评论 #20758122 未加载
mister_hnover 5 years ago
i wish there were still 32 bit JDKs for Java11+
评论 #20783620 未加载
needusernameover 5 years ago
It should be noted that AdoptOpenJDK does not run the TCK against these binaries so they can not be called a compatible Java implementation.
评论 #20761913 未加载