How to find JDK / Java installation path in Linux

Here will discuss some linux commands which are useful to find Java path
1. $ readlink -f $(which java) --- It list JDK installation path
2.$ which java
3.$ whereis java

Happy learning .. !.
Please share this.. If you like it

SHARE

    Blogger Comment
    Facebook Comment

0 comments :

Post a Comment