which java version does tomcat use
Posted
by
Raghul
on Stack Overflow
See other posts from Stack Overflow
or by Raghul
Published on 2012-11-08T10:47:21Z
Indexed on
2012/11/08
11:00 UTC
Read the original article
Hit count: 290
I have set the JAVA_HOME
to C:\Program Files\Java\jdk1.5.0_11
I have set the Classpath
to C:\Program Files\Java\jre1.5.0_11
I have set the path to
C:\Ruby193\bin;C:\XEClient\bin;
F:\oracle\product\10.2.0\db_2\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;
C:\Program Files\Java\jdk1.6.0_17\bin;
C:\Program Files\jEdit;C:\Program Files\TortoiseSVN\bin;
C:\Program Files\Microsoft SQL Server\90\Tools\binn\
Now my question is, what version
of java does the tomcat run on?
The tomcat console writes the whole 'path'
and the cmd
says it is java version 7 currently running in the system.
Someone please help me out.. I have java 5,6,7 versions installed in my system and also tomcat 5,6,7.
Now what is the tomcat's java version and the system's java version???
© Stack Overflow or respective owner