Where can I find the Java SDK in Linux after installing it?

后端 未结 14 1698
野趣味
野趣味 2020-12-02 03:59

I installed JDK using apt-get install but I don\'t know where my jdk folder is. I need to set the path for that. Does any one have a clue on the location?

14条回答
  •  温柔的废话
    2020-12-02 04:40

    below command worked in my debain 10 box!

    root@debian:/home/arun# readlink -f $(which java)
    /usr/lib/jvm/java-11-openjdk-amd64/bin/java
    

提交回复
热议问题