Skip to content

Commit 515992e

Browse files
Update Java version reference in linux-pad.md
Just correct the correct Java version of Amazon Java
1 parent 770c8d5 commit 515992e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • content/en/docs/deployment/on-premises-design/linux

content/en/docs/deployment/on-premises-design/linux/linux-pad.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ To deploy your app to Linux, perform the following steps:
5252
* For Debian/Ubuntu-based systems: `sudo apt install temurin-21-jdk -y`
5353
* For RHEL/CentOS-based systems: `sudo yum install temurin-21-jdk -y` or `sudo dnf install temurin-21-jdk -y`
5454
55-
If your application requires it, you can change the Java version on vendor as needed, for example, `openjdk-21-jdk` or `java-17-amazon-corretto`.
55+
If your application requires it, you can change the Java version on vendor as needed, for example, `openjdk-21-jdk` or `java-21-amazon-corretto`.
5656
5757
{{% alert color="info" %}}
5858
Your Portable App Distribution only requires a Java Runtime Environment (JRE) to run, but it is often recommended to install a full JDK as it includes the JRE and development tools.
@@ -109,4 +109,4 @@ Your Portable App Distribution only requires a Java Runtime Environment (JRE) to
109109
110110
`8080` is the default port. If your application is configured to run on a different port, adjust accordingly.
111111
112-
Ensure that the port is open in your Linux server's firewall (for example, `firewalld`, `ufw`), and any cloud security groups or network access control lists (NACLs).
112+
Ensure that the port is open in your Linux server's firewall (for example, `firewalld`, `ufw`), and any cloud security groups or network access control lists (NACLs).

0 commit comments

Comments
 (0)