all jars for ofbiz must reside below the root for ofbiz.
take a look at the build.xml and ofbiz-component.xml files
lahmar sent the following on 4/14/2009 1:37 AM:
> Hi,
>
> I would like to add jars to my project to use HtmlUnit (browser for Java
> programs).
> Is it the way :
> in the home of project, i add in .classpath this tag :
> "<classpathentry kind="lib"
> path="C:\htmlUnit\htmlunit-2.4\lib\commons-codec-1.3.jar"/>"
>
> Thks and best regards.