You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li>WSO2 Identity Server requires JDK compliant with Java 11, Java 17 or Java 21. This will run on most common platforms that <strong>support Java 11, Java 17 or Java 21.</strong>.</li>
40
+
<li>WSO2 Identity Server requires JDK compliant with Java 21 or Java 25. This will run on most common platforms that <strong>support Java 21 or Java 25</strong>.</li>
41
41
<li>All WSO2 Carbon-based products are generally compatible with most common DBMSs. The embedded H2 database is suitable for development and testing. For enterprise production environments we recommend an industry-standard RDBMS such as Oracle, PostgreSQL, MySQL, MS SQL, etc. <!--For more information, see <a href="{{base_path}}/deploy/work-with-databases">Working with Databases</a>-->.</li>
42
42
<li>WSO2 Identity Server supports using any of the following as a user store :
43
43
<ul>
@@ -98,8 +98,8 @@ These applications are mandatory and are required to run the binary distribution
98
98
</ul></td>
99
99
<td><divclass="content-wrapper">
100
100
<ul>
101
-
<li><p>Oracle JDK 11</p></li>
102
-
<li><p>OpenJDK 11</p></li>
101
+
<li><p>Oracle JDK 21</p></li>
102
+
<li><p>OpenJDK 21</p></li>
103
103
</ul>
104
104
</div></td>
105
105
<td><divclass="line number1 index0 alt2">
@@ -193,17 +193,17 @@ Setting `JAVA_HOME` is a standard practice when you are using Java-based program
193
193
Environment variables are global system variables accessible by all the processes running in the operating system.
194
194
195
195
1. In your home directory, open the BASHRC file (.bash_profile file on macOS) using a text editor such as vi, emacs, pico, or mcedit.
196
-
2.Assuming you have JDK 11.0.14 in your system, add the following two lines at the bottom of the file (Replace `/usr/java/jdk-11.0.14` with the path of your JDK installation). directory where the JDK is installed.
196
+
2.Add the following lines at the bottom of the file (Replace `<JDK_INSTALLATION_PATH>` with the path of your JDK installation). directory where the JDK is installed.
@@ -259,7 +259,7 @@ Follow the instructions below to install the WSO2 Identity Server on Windows.
259
259
260
260
#### Set up JAVA_HOME
261
261
262
-
You must set your `JAVA_HOME` environment variable to point to the directory where the Java Development Kit (JDK) is installed on the computer. Typically, the JDK is installed in a directory under `C:/Program Files/Java`, such as `C:/Program Files/Java/jdk-11.0.14` . If you have multiple versions installed, choose the latest one, which you can find by sorting by date.
262
+
You must set your `JAVA_HOME` environment variable to point to the directory where the Java Development Kit (JDK) is installed on the computer. Typically, the JDK is installed in a directory under `C:/Program Files/Java`, such as `C:/Program Files/Java/temurin-21.jdk` . If you have multiple versions installed, choose the latest one, which you can find by sorting by date.
263
263
264
264
!!! note
265
265
Environment variables are global system variables accessible by all the
@@ -314,7 +314,7 @@ You can temporarily set the `JAVA_HOME` environment variable within a Windows co
314
314
---
315
315
**Example**
316
316
```java
317
-
set JAVA_HOME=c:/Program Files/java/jdk-11.0.14
317
+
set JAVA_HOME=c:/Program Files/java/temurin-21.jdk
318
318
```
319
319
320
320
The `JAVA_HOME` variable is now set for the current CMD session only.
@@ -383,7 +383,7 @@ Extract the WSO2 product that you want to run as a Linux service and set the env
383
383
# Default-Stop:
384
384
# Short-Description: starts the wso2 identity server
0 commit comments