Fórum

The portlet class com.liferayinaction.portlet.HelloYouPortlet was not found

Emir Tanriverdi, modificado 11 Anos atrás.

The portlet class com.liferayinaction.portlet.HelloYouPortlet was not found

Junior Member Postagens: 36 Data de Entrada: 04/08/12 Postagens Recentes
Hello,

I have a little problem with the java build path. I hope someone can help.

"The portlet class com.liferayinaction.portlet.HelloYouPortlet was not found on the Java Build Path"
thumbnail
Hitoshi Ozawa, modificado 11 Anos atrás.

RE: The portlet class com.liferayinaction.portlet.HelloYouPortlet was not f

Liferay Legend Postagens: 7942 Data de Entrada: 24/03/10 Postagens Recentes
So what's the package of your HelloYouPortlet? Copy the first several rows on your HelloYouPortlet here.
Flash 05, modificado 11 Anos atrás.

RE: The portlet class com.liferayinaction.portlet.HelloYouPortlet was not f

Junior Member Postagens: 36 Data de Entrada: 04/08/12 Postagens Recentes
First rows of the HelloYouPortlet.

package com.liferayinaction.portlet;
import javax.portlet.GenericPortlet;


A Server restart solved the problem. No error message. ???

Thx
thumbnail
Hitoshi Ozawa, modificado 11 Anos atrás.

RE: The portlet class com.liferayinaction.portlet.HelloYouPortlet was not f

Liferay Legend Postagens: 7942 Data de Entrada: 24/03/10 Postagens Recentes
Right click on your project -> Build Path -> Configure Build Path.

Check if your portlet is included in the "Order and Export" listing.
Flash 05, modificado 11 Anos atrás.

RE: The portlet class com.liferayinaction.portlet.HelloYouPortlet was not f

Junior Member Postagens: 36 Data de Entrada: 04/08/12 Postagens Recentes
@Hitoshi Ozawa: Yes it is.
@Gregory Amerson: Source attached.

Thanks for your help. After a eclipse and server restart everything was ok.
thumbnail
Gregory Amerson, modificado 11 Anos atrás.

RE: The portlet class com.liferayinaction.portlet.HelloYouPortlet was not f

Liferay Legend Postagens: 1123 Data de Entrada: 16/02/10 Postagens Recentes
Glad things are working now.
thumbnail
Gregory Amerson, modificado 11 Anos atrás.

RE: The portlet class com.liferayinaction.portlet.HelloYouPortlet was not f

Liferay Legend Postagens: 1123 Data de Entrada: 16/02/10 Postagens Recentes
Can you attach your project source as a zip file? Perhaps it is a .classpath setting that is incorrect.