Hello,
I'm developping a portlet that would display a link to connect as a user and explore the portal (for demo purpose).
Here's the import line causing the error (hilighted by Eclipse) :
1import com.liferay.portlet.login.util.LoginUtil;
I have this error when deploying :
1java.lang.Error: Unresolved compilation problems:
2 The import com.liferay.portlet.login cannot be resolved
3 LoginUtil cannot be resolved
I have developped several portlets with no such import errors, this seems to be a Build Path issue but all other imports work from com.liferay*.
Thanks for enlightening me ! =)
PS : Liferay 6.0.6