SDK name PluginsSDK not installed?

I am using Liferay 6.2 + Tomcat 7.0 to build a web application using portlets.

Now, when I want to work for some other project (creating a web service), whenever I create a dynamic web project using the Eclipse IDE, I get an error -

The SDK name of this PluginsSDK project is not set. 

enter image description here

I tried downloading a new copy of Tomcat 7.0 and pointed to a new project, still getting the same error.

Can anyone ask what I'm missing here?

EDIT :

I do not get the project validation option in eclipse:

enter image description here

+6
source share
2 answers

This is a bug in the Liferay IDE plugin.

If your project is not Liferay Plugin, it shows the same error

It can help you. Click here.

This issue was resolved in the latest version of the Liferay IDE.

+3
source

Disable verification: Window → Settings:

enter image description here

+1
source

All Articles