You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Muhammad Aamir <ma...@aamir.pk> on 2010/07/12 18:28:17 UTC

Additional Classpath

Hi,

By default classpath for a component includes all jar files in lib folder
(in build folder). How can we define addition classpath for a component?

Regards
Muhammed Aamir

Re: Additional Classpath

Posted by BJ Freeman <bj...@free-man.net>.
the class path is defined in two places.
the build.xml for compliation
and
ofbiz-component.xml for runtime
you would add to each

Muhammad Aamir sent the following on 7/12/2010 9:28 AM:
> Hi,
>
> By default classpath for a component includes all jar files in lib folder
> (in build folder). How can we define addition classpath for a component?
>
> Regards
> Muhammed Aamir
>