Share yum install java 17

tuankhoan364

New member
** #yum #Install #Java #17 **

** Cách cài đặt Java 17 trên Centos 8 với yum **

Java là một ngôn ngữ lập trình phổ biến được sử dụng để phát triển nhiều ứng dụng khác nhau, bao gồm các ứng dụng web, ứng dụng di động và trò chơi.Phiên bản mới nhất của Java là Java 17, được phát hành vào tháng 9 năm 2021.

Trong hướng dẫn này, chúng tôi sẽ chỉ cho bạn cách cài đặt Java 17 trên Centos 8 bằng Trình quản lý gói Yum.

** Điều kiện tiên quyết **

Để làm theo hướng dẫn này, bạn sẽ cần những điều sau đây:

* Máy chủ Centos 8
* Một người dùng có đặc quyền sudo

** Bước 1: Cài đặt kho lưu trữ Java 17 **

Bước đầu tiên là cài đặt kho lưu trữ Java 17.Để thực hiện việc này, hãy chạy lệnh sau:

`` `
sudo yum install -y java-17-openjdk-devel
`` `

** Bước 2: Đặt biến môi trường Java 17 **

Khi kho lưu trữ Java 17 được cài đặt, bạn cần đặt biến môi trường Java 17.Để thực hiện việc này, hãy chạy lệnh sau:

`` `
Xuất Java_home =/usr/lib/jvm/java-17-openjdk
`` `

** Bước 3: Xác minh cài đặt Java 17 **

Để xác minh cài đặt Java 17, hãy chạy lệnh sau:

`` `
java -version
`` `

Bạn sẽ thấy đầu ra sau:

`` `
Phiên bản Java "17.0.1" 2021-10-19 LTS
Java (TM) SE môi trường thời gian chạy (xây dựng 17.0.1+12-LTS)
VM máy chủ Java Hotspot (TM) 64 bit (xây dựng 17.0.1+12-LTS, Chế độ hỗn hợp, chia sẻ)
`` `

** Bước 4: Cài đặt ứng dụng Java **

Bây giờ bạn đã cài đặt Java 17, bạn có thể cài đặt ứng dụng Java.Ví dụ: bạn có thể cài đặt máy chủ web Apache Tomcat bằng cách chạy lệnh sau:

`` `
sudo yum install -y tomcat
`` `

Khi máy chủ web Apache Tomcat được cài đặt, bạn có thể khởi động nó bằng cách chạy lệnh sau:

`` `
sudo systemctl start tomcat
`` `

Bạn có thể xác minh rằng máy chủ web Apache Tomcat đang chạy bằng cách chạy lệnh sau:

`` `
sudo systemctl trạng thái tomcat
`` `

Bạn sẽ thấy đầu ra sau:

`` `
● Tomcat.Service - Apache Tomcat Web Server
Đã tải: Đã tải (/usr/lib/systemd/system/tomcat.service; đã bật; nhà cung cấp đặt trước: bị vô hiệu hóa)
Active: Active (Chạy) kể từ THU 2022-02-17 11:01:42 UTC;1 phút 19 trước đây
PID chính: 12908 (Java)
Trạng thái: "Khởi động máy chủ đang được tiến hành"
Cgroup: /System.slice/tomcat.service
M./tomcat -dcatalina.home =/usr/share/tomcat -djava.endorsed.dirs =/usr/share/tomcat/chứng thực -djava.security.egd = file:/dev/urandom -server -xms512m -xmx1024mMetaspacesize = 256m -xx: maxmetaspacesize = 512m 11:01:42

17 tháng 2 1
=======================================
**#Yum #Install #Java #17**

**How to Install Java 17 on CentOS 8 with Yum**

Java is a popular programming language that is used to develop a wide variety of applications, including web applications, mobile applications, and games. The latest version of Java is Java 17, which was released in September 2021.

In this tutorial, we will show you how to install Java 17 on CentOS 8 using the Yum package manager.

**Prerequisites**

To follow this tutorial, you will need the following:

* A CentOS 8 server
* A user with sudo privileges

**Step 1: Install the Java 17 repository**

The first step is to install the Java 17 repository. To do this, run the following command:

```
sudo yum install -y java-17-openjdk-devel
```

**Step 2: Set the Java 17 environment variable**

Once the Java 17 repository is installed, you need to set the Java 17 environment variable. To do this, run the following command:

```
export JAVA_HOME=/usr/lib/jvm/java-17-openjdk
```

**Step 3: Verify the Java 17 installation**

To verify the Java 17 installation, run the following command:

```
java -version
```

You should see the following output:

```
java version "17.0.1" 2021-10-19 LTS
Java(TM) SE Runtime Environment (build 17.0.1+12-LTS)
Java HotSpot(TM) 64-Bit Server VM (build 17.0.1+12-LTS, mixed mode, sharing)
```

**Step 4: Install a Java application**

Now that you have Java 17 installed, you can install a Java application. For example, you can install the Apache Tomcat web server by running the following command:

```
sudo yum install -y tomcat
```

Once the Apache Tomcat web server is installed, you can start it by running the following command:

```
sudo systemctl start tomcat
```

You can verify that the Apache Tomcat web server is running by running the following command:

```
sudo systemctl status tomcat
```

You should see the following output:

```
● tomcat.service - Apache Tomcat Web Server
Loaded: loaded (/usr/lib/systemd/system/tomcat.service; enabled; vendor preset: disabled)
Active: active (running) since Thu 2022-02-17 11:01:42 UTC; 1min 19s ago
Main PID: 12908 (java)
Status: "Server startup in progress"
CGroup: /system.slice/tomcat.service
├─12908 /usr/lib/jvm/java-17-openjdk/bin/java -Djava.util.logging.config.file=/etc/tomcat/logging.properties -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.io.tmpdir=/tmp -Djava.util.logging.file.encoding=UTF-8 -jar /usr/share/tomcat/bin/bootstrap.jar -Dcatalina.base=/usr/share/tomcat -Dcatalina.home=/usr/share/tomcat -Djava.endorsed.dirs=/usr/share/tomcat/endorsed -Djava.security.egd=file:/dev/urandom -server -Xms512m -Xmx1024m -XX:MetaspaceSize=256m -XX:MaxMetaspaceSize=512m 11:01:42

Feb 17 1
 
Join Telegram ToolsKiemTrieuDoGroup
Back
Top