Context:
Tomcat 5.5
It took a lot of time since I installed Tomcat in my pc, so that I don't remember if there's a way to check which
java version Tomcat was installed with.
I have several jdk on my pc, how my I see which of them my Tomcat i associated with?
Could it be the jdk pointed by the JAVA_HOME variable?
Besides I read that Tomcat 5.5 was designed to run on J2SE 5.0
With java -version I read
java version "1.6.0_20"
Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
Could it be a problem?
Thanks a lot
Menen