Tagged Questions
0
votes
3answers
81 views
Tomcat is not running even though JAVA_HOME path is correct
When I am trying to run tomcat using startup.bat I get the following error,
The JAVA_HOME environment variable is not defined correctly
This environment variable is needed to run this program
NB: ...
0
votes
3answers
568 views
Mismatching JVM versions in deploying web-app between Eclipse and Tomcat
I have a web-app, built and compiled in Eclipse, which I want to deploy to my Tomcat 6 (I want to do it manually) and I get a UnsupportedClassVersionError exception which means the JVM tomcat is ...