#How to write the java path in Linux?
In Unix/Linux, paths are separated by forward slash "/", such as "cd /home/java".
In java code development \ represents the escape character .
Relative path and absolute path
. Refers to the current directory
.. Refers to the upper-level directory of the current directory
./book represents the book folder under the current directory
/book represents the book folder under the current drive letter
Linux absolute path: the path starting with the root root directory / is as follows / represents the root root directory
Below are some operations for using Java to obtain the path in Linux:
// 分隔符 String fileSeperator = File.separator; // 用户主目录 String userHome = System.getproperties().getProperty("user.home"); // Java实时运行环境的安装目录 String javaPath = System.getproperties().getProperty("java.home"); // 操作系统名称 String osName = System.getproperties().getProperty("os.name"); // 当前用户程序所在目录 String userDir = System.getproperties().getProperty("user.dir"); // JDK的安装目录 String jdkDir = System.getproperties().getProperty("java.ext.dirs");
Recommended related articles and tutorials: Getting started with java Tutorial
The above is the detailed content of How to write the Java path in Linux?. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.
