/rtx-java

A Java plugin for rtx.

Primary LanguageShellMIT LicenseMIT

rtx-java

Build status Discord

Java plugin for the rtx version manager.

Requirements

Install

rtx plugin add java

Use

Check rtx for instructions on how to install & manage versions of Java.

Install

List candidate JDKs:

rtx ls-remote java

Install a candidate listed from the previous command like this:

rtx install java@adopt-openjdk-12

Select an installed candidate for use like this:

rtx global java@adopt-openjdk-12

Specify release type

In .rtx.toml specify "ga" (default), "ea", or "all":

java = {version="latest", java_release_type="ga"}