Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ This is the Dapr SDK for Java, including the following features:
### Getting Started

#### Pre-Requisites
* JDK 8 or above:
* JDK 11 or above - the published jars are compatible with Java 8:
* [Oracle's JDK 15](https://www.oracle.com/java/technologies/javase-jdk15-downloads.html)
* [Oracle's JDK 11 - LTS](https://www.oracle.com/java/technologies/javase-jdk11-downloads.html)
* [Oracle's JDK 8](https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html)
* [OpenJDK](https://openjdk.java.net/)
* Java IDE installed:
* [IntelliJ](https://www.jetbrains.com/idea/download/)
Expand Down