I\'m trying to launch a server on my tomcat 7 on my eclipse indigo EE
and I get the following error:
\"\'starting Tomcat v7.0 server at localhost\' has encount
If the instructions above did not help you can do the following:
1- from the run menu choose "Run configurations..."
2- Choose your maven run profile and then click on the "JRE" tab.
3- Select "Alternate JRE" and from the drop down select "jdk1.7xxx" (or whatever jdk you want to use" you can also select the workspace default jre.
I was facing the same problem and this helped.
If you use Maven, try:
EclipseMavenJRE_1
EclipseMavenJRE_2
It worked after updating Server Runtime environment JRE .
It worked after running "mvn install clean -P prepare"
Go to Properties → Java Build Path → Libraries.
Here you will see a red cross on the library whose path is not correct.
Select this library, click the Edit button, and change it to the correct path.
Here is a solution with pictures
http://javahonk.com/specified-jre-installation-does-not-exist/