当前位置:网站首页>Ubantu installing Oracle JDK
Ubantu installing Oracle JDK
2022-07-27 00:22:00 【Azure.yao】
1. Oracle Download from the official website jdk Compressed package ,Java Downloads | Oracle

2. Download the jdk-18_linux-aarch64_bin.tar.gz adopt sftp Upload to Ubantu
3. decompression jdk-18_linux-aarch64_bin.tar.gz To /usr/local/java/ Under the path
## decompression
tar -zxvf jdk-18_linux-aarch64_bin.tar.gz -C /usr/local/java/4. Configure environment variables ~/.bashrc
vim ~/.bashrc
export JAVA_HOME=/usr/local/java/jdk-18.0.1.1
export JRE_HOME=/usr/local/java/jdk-18.0.1.1/jre
export CLASSPATH=.:$JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar:$JAVA_HOME/lib
export PATH=$PATH:$JAVA_HOME/bin:$JRE_HOME/bin
5. Reload ~/.bashrc The configuration file
source ~/.bashrc6. Check it out java -version

thus ,Ubantu install Oracle JDK complete , In addition, there are other installation methods , Record after subsequent use !
边栏推荐
- Method of realizing program startup and self startup through registry
- Drawing warehouse-3 (functional image)
- [netding Cup 2018] Fakebook records
- 在pycharm中部署yolov5报错问题
- 卷积神经网络——LeNet(pytorch实现)
- Signal and system learning zero input response
- 13_ conditional rendering
- Practice of data storage scheme in distributed system
- MySQL transaction, phantom reading, current reading, snapshot reading related notes
- 15_ Key function and principle
猜你喜欢

三层架构 模拟

画冲击函数

查看 Anaconda 创建环境的位置

SSRF (server side request forgery) -- Principle & bypass & Defense

Go exceed API source code reading (IV) -- save (), SaveAs (name string)

4-4 object lifecycle

CCPD data set processing (target detection and text recognition)

1、 Kubernetes basic concept + environment installation (build cross server public network environment)

ResNet论文解读及代码实现(pytorch)

CSDN文章语法规则
随机推荐
1、 Kubernetes basic concept + environment installation (build cross server public network environment)
Knowledge distillation -- pytorch implementation
20220720折腾deeplabcut2
Design of vision protector based on 51 single chip microcomputer
哨兵2号(Sentinel-2)的下载及处理
Xshell连接服务器时报“Could not load host key”错误
Design of intelligent humidification controller based on 51 single chip microcomputer
The basic operation of data tables in MySQL is very difficult. This experiment will take you through it from the beginning
Course notes of Professor Dalin of robotics platform
Share a regular expression
生成yolov5.wts文件出错
Leetcode topic - array
Complex SQL_ 01
LeetCode——链表篇
Double. isNaN(double var)
爬虫中Request属性
C and pointer Chapter 18 runtime environment 18.7 problems
4. Talk about the famous Zhang Zhengyou calibration method
Error generating yolov5.wts file
C and pointer Chapter 18 runtime environment 18.1 judgment of runtime environment