Target runtime Pivotal tc Server Developer Edition (Runtime) v3.0 is not defined

3.5k views Asked by At

I have imported a project in STS(spring tool suite) developed in spring framework. Now, I am facing a problem called "Target runtime Pivotal tc Server Developer Edition (Runtime) v3.0 is not defined."

enter image description here

1

There are 1 answers

0
Rafiq On

The problem usually happens after importing the project from another workstation which has different configuration.

enter image description here

Solution:

  1. Right Click on your project->Properties

enter image description here

  1. After Clicking on Targeted Runtimes, possible targeted runtimes are shown.
  2. Select your appropriate targeted runtime from the list. In my case, I had selected either Pivotal tc Server Developer Edition (Runtime) v3.1 or apache-tomcat-8.0.42 those were matched with my new environment.

enter image description here

  1. In your case, you may downgrade or update Pivotal tc Server Developer Edition (Runtime) which is not installed in your environment. You may also install other Containers such as Tomcat, Glassfish, Jboss etc. and then you will be able to run you project by selecting one from here.

  2. Then click on Apply button and then Ok button