TCK-Verified Builds of OpenJDK

Looking to Download Java?

Get Liberica JDK – a free, supported, and 100% open-source distribution of OpenJDK, verified by TCK for Java SE. Liberica JDK binaries are free for all users, including commercial and production usage.
sttr

OpenJDK support for Liberica needed?

Get the best customer support plans. See pricing.
sttr

Save 30% of RAM for Spring Boot

with Alpaquita Containers
DownloadLiberica JDK

Pick a version, package type, JDK/JRE, and download the binaries.

Liberica JDK 17.0.10

    64 bit

  • Linux
    Package:
    Standard JDK

    Liberica Standard JDK 17.0.10+13 x86 64 for Linux

  • Alpine Linux
    Package:
    Standard JDK

    Liberica Standard JDK 17.0.10+13 x86 64 for Alpine Linux

  • macOS
    Package:
    Standard JDK

    Liberica Standard JDK 17.0.10+13 arm 64 for macOS

  • Windows
    Package:
    Standard JDK

    Liberica Standard JDK 17.0.10+13 x86 64 for Windows

  • 32 bit

  • Linux
    Package:
    Standard JDK

    Liberica Standard JDK 17.0.10+13 x86 32 for Linux

  • Windows
    Package:
    Standard JDK

    Liberica Standard JDK 17.0.10+13 x86 32 for Windows

Other ways to install Liberica

Java™ and JDK

01. What is Java Development Kit used for?

The simple answer is — to develop Java™ applications and execute them. The Java Development Kit includes the tools required to make your app work. But differences between JDKs affect the way your app will function, the number of vulnerabilities that can breach its security, the speed of computing, and the methods of deployment available.

02. Are JDK Java™ the same?

Java™ is the name of the programming language. JDK is the set of tools to develop, deploy, and run Java™ applications.

03. How are Java Development Kits different?
There are quite a few Java™ programming tools, including Java Development Kits like OpenJDK, Azul Zulu, AdoptOpenJDK, Red Hat OpenJDK, and, of course, Liberica JDK. Although they are all based on OpenJDK by Oracle, they differ by:
  • Inclusion or exclusion of components like JFX and JFR;
  • The kind and speed of provided support;
  • Update rate and speed;
  • Security;
  • Features

Java™, OpenJDK and Liberica JDK

01. What is Liberica JDK?

Liberica JDK is a free and open source Java Development Kit produced by BellSoft. It has been verified by TCK for Java SE specs and supports most Linux distributions (including Alpine Linux), Windows, macOS, Solaris. The Liberica OpenJDK package with the HotSpot Virtual Machine viably replaces Java 8 (LTS), 9, 10, 11 (LTS), 12, 13, 14, 15, 16, 17 (LTS), 18, 19.

02. What is difference between Java SE, Liberica JDK, and OpenJDK?

Java SE is the build of OpenJDK provided by Oracle. Using it requires buying the license.
OpenJDK is the free version of JDK created by the community. You can use it however you want, but getting the support or fixing something that does not work could be a tedious process that requires many work hours of your engineers.
Liberica JDK is also free to use but is developed by BellSoft — the trusted vendor. It is tested with the TCK (Technology Compatibility Kit) to make sure it meets the demand of Java™ developers. BellSoft provides support that helps you deal with issues on the runtime side of things. And last but not least, we offer prolonged support for Java™ versions going out of date, making the migration easier and keeping your data safe.

03. What is difference between Java SE and Liberica JDK?

Java SE is a proprietary product that requires Oracle support for commercial usage. Liberica JDK is an open source kit managed by BellSoft, provided with swift support to solve any problem on the client’s side within 24 hours. You can find more information in the article aimed to explain the differences between using JDKs by Oracle and BellSoft.

04. Is OpenJDK the same as Liberica JDK?

Liberica JDK is based on OpenJDK with additional enhancements to boost performance, security and compatibility with different platforms. Another key difference is the reliable support BellSoft provides for their build of JDK, which does not exist for OpenJDK.

05. What are the strengths of Liberica JDK?
  • Cloud-oriented and one of the most lightweight development kits in terms of disk space to produce Java™ apps.
  • Full support for creating and running Java™ software on the largest number of present-day architectures, also fit for microservices. Liberica JDK works on x86 64/32 bit, ARM 64/32 bit, PowerPC, SPARC, and RISC-V.
  • Safety based on open source development, where every bug fixed for one client gets patched for all users in the next update.

Support and security

01. What kind of Java™ support do you provide?

The team with 15+ years of Java™ experience is always ready to help you. We keep supporting LTS Liberica JDK builds even after the corresponding versions of OpenJDK are no longer supported.

02. How long will OpenJDK and Liberica JDK be supported?

The JDK as the programming and deploying environment will be supported forever, or at least, as long as Java™ language exists.
But the OpenJDK builds based on specific Java™ versions will go out of date in their due time and stop being supported. Check out the support roadmap to see how long different vendors support different versions of Java™.

03. Is Java™ safe in 2023?

Yes! Java™ is considered one of the safest programming languages with its open source developers community consistently hunting down vulnerabilities. Just remember to update regularly and you will be fine.

04. How is Liberica JDK updated?

We release new builds concurrently with Oracle JDK. In addition, we put out security patches and customer fixes. We start working on every release in advance to keep them up-to-date with important Java™ trends and innovations.
Updating Liberica JDK is possible in an automated manner under a commercial support license without the need to redownload the binaries. For Linux: DEB/RPM, yum/apt repository. For Windows: AU bundled as part of the installer.
BellSoft Product Discovery API allows for quick and convenient installation of Liberica JDK.

Other questions

01. Which version of Java™ should I install?

Depends on your needs. If you develop from the scratch, using the latest LTS version is the way to go. If you run older software, stick to the version it was developed for. In case your app is based on the version that is no longer supported, download the safest build of this version and get ready to upgrade your app, because your data is no longer safe.
Check out the support roadmap to make the educated choice.

02. Which is better, the JDK or the JRE?

To answer this question we need to explain the difference between the JRE and the JDK.
JRE means Java Runtime Environment. It is the set of tools to run Java™ applications.
JDK means Java Development Kit. It is the set of tools to develop Java™ applications. And what is important here, it contains the JRE!
That means that none of them are “better”. They are made for different tasks. And any JDK, including Liberica JDK, contains the JRE.

03. Is there a JRE for OpenJDK and Liberica JDK?

Every build of OpenJDK provides the Java Runtime Environment.

04. Is JVM a compiler?

Not exactly. Java Virtual Machine, or JVM, is the tool for running Java™ applications.
It contains a JIT (Just In Time) compiler to translate the code into bytecode just before running it in the JVM.
There is also an AOT (Ahead Of Time) compiler to translate the code into bytecode before putting it into the JVM.
All of these tools are included in the JDK (Java Development Kit) like Liberica JDK.

05. What JVM does Java™ in Liberica JDK have?

Liberica JDK has the HotSpot JVM.

06. Does Liberica JDK work with RISC-V CPUs?

Yes. The support of RISC-V is implemented in JDK versions 21 and higher.

I don't know the meaning of some words on this page...

01. Java™

Java™ is one of the most used and flexible object-oriented programming languages fit for any platform. Currently widely used versions of Java™ are 8 (LTS), 9, 10, 11 (LTS), 12, 13, 14, 15, 16, 17 (LTS), 18, 19.

02. TCK

TCK is the Technology Compatibility Kit for Java™, the test suite used by Oracle to ensure compatible implementations of the OpenJDK such as Liberica JDK. Java Development Kits that passed TCK verification are guaranteed to be fully compatible with Java standards. All Liberica JDK builds pass the verification before release.

03. OpenJDK

OpenJDK or Open Java Development Kit is the free open source implementation of the Java™ Platform.

04. Java™ SE

Java SE is the proprietary development kit produced by Oracle with both closed and open source components.

05. Liberica JDK

Liberica JDK is the free open source implementation of the Java™ Platform produced by BellSoft full of valuable features with enhanced support.

06. LTS

LTS, or Long Term Support, refers to build versions that will be supported for a long time.

07. Mission Control

Mission Control is the tool to collect low-level and detailed runtime information to enable after-the-fact incident analysis.

Thank you for choosing Liberica JDK!

View our support 
options

View our support options

Learn more
Check out our 
time zone tool

Check out our time zone tool

Learn more
Check out frequently updated blog

Check out frequently updated blog

Learn more