Skip to content
This repository has been archived by the owner on Nov 18, 2023. It is now read-only.

mise-plugins/rtx-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"}

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%