Follow below steps to find java installation path.
Steps 1: Execute below command
which java
Steps 2: Execute the ll command along with the directory path that comes after executing the above command.
Eg: ll /usr/bin/java
Steps 3: Execute the ll command along with the directory path that comes after executing the above command. Finally shows the path to the Java installed directory.
Eg: ll /etc/alternatives/java
Comments
0 comments
Article is closed for comments.