Monday, January 22, 2024

Which JRE or JDK am I using?

Here are some examples using which you can get java versions on linux systems:

  • java -version
  • java -XshowSettings:properties -version
  • ls -l $(which java)
  • ll /usr/lib/java*
  • ls -l /etc/alternatives/java
  • dirname $(readlink -f $(which java))
  • alternatives --display java
  • rpm -qa | grep jdk
  • ll /usr/lib/j*

No comments:

Post a Comment

Thank you for Commenting Will reply soon ......

Featured Posts

🌫️ Project Title: "Fog Buster – AI-Powered Visibility Enhancement System"

🔍 Project Vision: To design a device that allows vehicles (cars, trucks) and aircraft (planes, helicopters, drones) to see clearly during f...