Skip to content

Commit

Permalink
Support for OpenJDK added to docs
Browse files Browse the repository at this point in the history
Support for OpenJDK added to docs
  • Loading branch information
KBbitsP committed Dec 3, 2023
1 parent 6821f28 commit dcbe4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userguide/getting-started/includes/tomcat.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The first step in installing Kill Bill in Tomcat is to download and install Tomc



. Ensure that you have *JDK 11* installed (It can be downloaded from https://www.oracle.com/in/java/technologies/javase/jdk11-archive-downloads.html[here])
. Ensure that you have *JDK 11* installed ( https://www.openlogic.com/openjdk-downloads[OpenJDK] is the default requirement, though Kill Bill supports all JDKs. Oracle JDK can be downloaded from https://www.oracle.com/in/java/technologies/javase/jdk11-archive-downloads.html[here])

. Set the *JAVA_HOME* environment variable to the path of your JDK installation (For example, if JDK is installed at `C:\Software\jdk11`, you need to set *JAVA_HOME* to `C:\Software\jdk11`)

Expand Down

0 comments on commit dcbe4b1

Please sign in to comment.