specified JRE installation does not exist

前端 未结 14 856
-上瘾入骨i
-上瘾入骨i 2020-12-25 10:37

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

相关标签:
14条回答
  • 2020-12-25 10:59

    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.

    0 讨论(0)
  • 2020-12-25 11:01

    If you use Maven, try:

    EclipseMavenJRE_1

    EclipseMavenJRE_2

    0 讨论(0)
  • 2020-12-25 11:01

    It worked after updating Server Runtime environment JRE .

    0 讨论(0)
  • 2020-12-25 11:02

    It worked after running "mvn install clean -P prepare"

    0 讨论(0)
  • 2020-12-25 11:03

    Go to PropertiesJava Build PathLibraries.

    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.

    0 讨论(0)
  • 2020-12-25 11:03

    Here is a solution with pictures

    http://javahonk.com/specified-jre-installation-does-not-exist/

    0 讨论(0)
提交回复
热议问题