Skip to content

Commit

Permalink
Update README to specify JDK 20 (#876)
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssahursh authored Aug 15, 2024
1 parent a9cf769 commit cdebf17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ On Linux, you may install the .deb file, then run `/opt/rcv/bin/RCTab` to launch

#### Method 2 (Less Easy): Compile and Run Using Gradle

1. Install [JDK 20 or higher](https://jdk.java.net/), and make sure your Java path is picking it up properly by
1. Install [JDK 20](https://www.oracle.com/java/technologies/javase/jdk20-archive-downloads.html), and make sure your Java path is picking it up properly by
verifying that the following command returns the expected version:

`$ java -version`
Expand Down

0 comments on commit cdebf17

Please sign in to comment.