0

I have a web application running on Tomcat and JDK. Is it possible to programmatically identify the JDK version Tomcat is running on, and if yes, how?

kaiz.net
  • 1,984
  • 3
  • 23
  • 31
simon
  • 12,666
  • 26
  • 78
  • 113

1 Answers1

0

This is not specific to Tomcat. Each Java program allows to do it, and here's how.

Community
  • 1
  • 1
mindas
  • 26,463
  • 15
  • 97
  • 154