You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Jones A <jo...@sify.com> on 2004/08/26 08:09:50 UTC

Jar files

I have a jar file \"test.jar\" which i have placed in the WEB-INF/ lib directory.

The jar contains a class com/test/mail/send.class

How can this class be used in xsp? 
Is it necessary to include the name of the jar file in the xsp ?


Re: Jar files

Posted by KOZLOV Roman <ro...@opencascade.com>.
Hi,

Jones A wrote:

> I have a jar file \"test.jar\" which i have placed in the WEB-INF/ lib directory.
>
> The jar contains a class com/test/mail/send.class
>
> How can this class be used in xsp?
>
<xsp:page language="java" xmlns:xsp="http://apache.org/xsp">
<xsp:structure>
  <xsp:include>com.test.mail.send</xsp:include>
</xsp:structure>
...

> Is it necessary to include the name of the jar file in the xsp ?
>
no if you meant cocoon/WEB-INF/lib.

>
>
>
>
> [Image]
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org