File tree 2 files changed +9
-5
lines changed 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change
1
+ # Enable auto-env through the sdkman_auto_env config
2
+ # Add key=value pairs of SDKs to use below
3
+ java=11.0.19-tem
Original file line number Diff line number Diff line change @@ -18,11 +18,8 @@ This is the Dapr SDK for Java, including the following features:
18
18
## Getting Started
19
19
20
20
### Pre-Requisites
21
- * JDK 11 or above - the published jars are compatible with Java 8:
22
- * [ Microsoft JDK 11] ( https://docs.microsoft.com/en-us/java/openjdk/download#openjdk-11 )
23
- * [ AdoptOpenJDK 11 - LTS] ( https://adoptopenjdk.net/ )
24
- * [ Oracle's JDK 11 - LTS] ( https://www.oracle.com/java/technologies/javase-jdk11-downloads.html )
25
- * [ OpenJDK] ( https://openjdk.java.net/ )
21
+ * SDKMAN! installed (recommended):
22
+ * [ SDKMAN!] ( https://sdkman.io )
26
23
* Java IDE installed:
27
24
* [ IntelliJ] ( https://www.jetbrains.com/idea/download/ )
28
25
* [ Eclipse] ( https://www.eclipse.org/downloads/ )
@@ -41,6 +38,10 @@ This is the Dapr SDK for Java, including the following features:
41
38
* [ New Maven project in IntelliJ] ( https://www.jetbrains.com/help/idea/maven-support.html#create_new_maven_project )
42
39
* [ Maven in 5 minutes] ( https://maven.apache.org/guides/getting-started/maven-in-five-minutes.html )
43
40
41
+ ### Install JDK
42
+
43
+ If using [ SDKMAN!] ( https://sdkman.io ) , execute ` sdk env install ` to install the required JDK.
44
+
44
45
### Importing Dapr's Java SDK
45
46
For a Maven project, add the following to your ` pom.xml ` file:
46
47
``` xml
You can’t perform that action at this time.
0 commit comments