Please try to add the turbine.jar, ecs.jar in your classpath; jetspeed include that in the distro.
or try my tips. set classpath= run tomcatenv.bat or tomcatenv.sh (depend on you platform) and try compile again.. but, remember if you move all the jars from jetspeed/web-inf/lib to the tomcat/lib this tips will work. ----- Original Message ----- From: "Mus" <[EMAIL PROTECTED]> To: "Jetspeed Users List" <[EMAIL PROTECTED]> Sent: Tuesday, November 20, 2001 5:43 PM Subject: RE: how to compile a portlet > Dear All, > In the How To document it says that you have to compile and configure the > portlet into Jetspeed. > These are the steps I need help. I tried to compile the helloWorldPortlet > and got the following error messages: So using javac command, > > > HelloWorldPortlet.java:2: Class org.apache.turbine.util.RunData not found in > import. > import org.apache.turbine.util.RunData; > ^ > HelloWorldPortlet.java:3: Package org.apache.ecs not found in import. > import org.apache.ecs.*; > ^ > 2 errors > > > Can you please tell me what wrong with this as the calsspath is right. > > Thanks for your help. > > Mus > > > > > -----Original Message----- > From: Frans Thamura [mailto:[EMAIL PROTECTED]] > Sent: 17 November 2001 19:46 > To: Jetspeed Users List > Subject: Re: how to compile a portlet > > You can try by read the Portlet How to, this is still 1.3a1 version, but > working in 1.3a2.. > > I think Paul work on the 1.3a2 version.. > > F > ----- Original Message ----- > From: "Mus" <[EMAIL PROTECTED]> > To: "Jetspeed Users List" <[EMAIL PROTECTED]> > Sent: Friday, November 16, 2001 7:02 PM > Subject: how to compile a portlet > > > > Dear All, > > > > Can anybody please tell us > > 1. how to compile a portlet? What are the different steps? > > 2. how to incorporate it into Jetspeed? > > > > We will appreciate it if you help. Thanks in advance for your help > > > > Mus > > > > > > -- > > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > > _________________________________________________________ > > Do You Yahoo!? > > Get your free @yahoo.com address at http://mail.yahoo.com > > > > > -- > 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]> > _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
