Check if Java is installed on Linux Mint and find out the version

Check Java version and Path in Linux Mint

Open Terminal for command line entry ...

  • To check if Java is installed, Type 
    • $ which java
  • To check the Java Version, Type 
    • $ java -version

No comments:

Post a Comment

NO JUNK, Please try to keep this clean and related to the topic at hand.
Comments are for users to ask questions, collaborate or improve on existing.