Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installing environment descriptions in eclipse

I have Execution environment references were not checked for '...' because no environment descriptions are installed. error.

enter image description here

I guess I need to install environment descriptions (http://wiki.eclipse.org/Execution_Environment_Descriptions) for the org.eclipse.jdt.core project that causes this error.

How can I install environment descriptions in eclipse?

like image 842
prosseek Avatar asked Dec 01 '12 01:12

prosseek


People also ask

What is environment setup in Eclipse?

You can also define an environment variable that is visible only within Eclipse. Go to Run -> Run Configurations... and Select tab "Environment". There you can add several environment variables that will be specific to your application. Max, this is applicable only for the current running Program.


1 Answers

I got an answer from this site - http://wiki.eclipse.org/Execution_Environments#Installing_Execution_Environment_Descriptions

In short, you can install software for Execution Environment Descriptor.

enter image description hereenter image description here

to remove the error.

enter image description here

like image 137
prosseek Avatar answered Oct 20 '22 11:10

prosseek