Hi Mus, did you add the turbine-xxx.jar to your classpath? (It's located in your jetspeed/web-inf/lib dir)
You also need to at the ecs-xxx.jar file. (Perhaps you need more filea then simply add the corresponding jar file from your lib dir to your classpath) Andreas -----Original Message----- From: Mus [mailto:[EMAIL PROTECTED]] Sent: Dienstag, 20. November 2001 11:43 To: Jetspeed Users List 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]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
