I am still having problem compiling. I am sorry, but can any one of you send me a detailed direction on how to do this because I think I am getting confuse. I really appreciate you all trying to help me. Thanks, and again I am using Jetspeed 1.3a2 with Tomcat to accomplish this.
I added ecs.jar file to my classpath and everything still compiling the HelloWorldPortlet.java gives me errors indicated below. thanks again, Satish. -----Original Message----- From: Kris Cheemal [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 02, 2002 11:26 PM To: Jetspeed Users List Subject: RE: problem installing HellowWorldPortlet Hi Satish, After you deploy the Jetspeed war in TOMCAT assuming that you are running Jetspeed in Tomcat, you can locate the jar files in TOMCAT_HOME\webapps\jetspeed\Web-inf\lib directory. Or if you are building them from source, you can locate them in the lib directory after a successful build. If you are building portlets, you need ecs.jar and jetspeed-1.3a1.jar in your class path. Cheers! Krishna --- "Patel, Satish" <[EMAIL PROTECTED]> wrote: > How do I do that Steve???? I am not sure what you > mean... > > Can you please explain little further...thanks, > > Satish. > > -----Original Message----- > From: sbelt [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 02, 2002 3:50 PM > To: Jetspeed Users List > Subject: Re: problem installing HellowWorldPortlet > > > Sounds like you need to set your classpath to > include the .jar files in > jetspeed's lib directory. This directory includes > the ecs.jar as well as > other necessary .jar files. > > Steve B. > > > ----- Original Message ----- > From: "Patel, Satish" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, January 02, 2002 12:35 PM > Subject: problem installing HellowWorldPortlet > > > > Hello folks, > > > > I am a newbie with Jetspeed. I have successfully > installed Jetspeed > 1.3a2, > > and trying to create this new portlet for my > portal. I tried to follow > > direction of creating the simple portlet of "Hello > World", but can't > compile > > the HelloWorldPortlet.java it gives error saying > that "package > > org.apache.ecs doesn't exist" also "Can't resolve > symbol AbstractPortlet > or > > Rundata...any help would be great. My code of > HelloWorldPortlet.java is > as > > follows: > > > > import > org.apache.jetspeed.portal.portlets.AbstractPortlet; > > import org.apache.turbine.util.RunData; > > import org.apache.ecs.*; > > public class HelloWorldPortlet extends > AbstractPortlet { > > publicConcreteElement getContent (RunData > aRunData) { return (new > > StringElement ("Hello World!!")); } > > } > > > > > > -- > > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > ______________________________________________________ Send your holiday cheer with http://greetings.yahoo.ca -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
