ofbiz JAR Files

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

ofbiz JAR Files

Zwick, Marshall R (IS)
Hello,
 
I am trying to locate Jar files needed to build a library.
 
I am missing the following needed imports for Java:
 
import com.atlassian.core.ofbiz.CoreFactory;
import com.atlassian.core.ofbiz.util.EntityUtils;
 
import org.ofbiz.core.entity.EntityUtil
import org.ofbiz.core.entity.GenericEntityException
import org.ofbiz.core.entity.GenericValue
 
import org.ofbiz.core.util.UtilMisc;
 
 
Can you assist me on where these jar or zip files can be found so
that I can download them for my project?
 
I appreciate any assistance you can give me.
 
Thank you.
 
 
Marshall Zwick
 
Reply | Threaded
Open this post in threaded view
|

Re: ofbiz JAR Files

Santosh Singh
*Hi Dear,

*Are you using ofbiz project?
then it is already available there in *.java files.
like for "import org.ofbiz.core.entity.GenericEntityException"
this is available in..
../framework/entity/src/org/ofbiz/entity/GenericEntityException.java

If any thing else then pls describe it and may also google
for other then ofbiz.
*
Santosh Singh.**
*



On Wed, Oct 6, 2010 at 1:24 AM, Zwick, Marshall R (IS) <
[hidden email]> wrote:

> Hello,
>
> I am trying to locate Jar files needed to build a library.
>
> I am missing the following needed imports for Java:
>
> import com.atlassian.core.ofbiz.CoreFactory;
> import com.atlassian.core.ofbiz.util.EntityUtils;
>
> import org.ofbiz.core.entity.EntityUtil
> import org.ofbiz.core.entity.GenericEntityException
> import org.ofbiz.core.entity.GenericValue
>
> import org.ofbiz.core.util.UtilMisc;
>
>
> Can you assist me on where these jar or zip files can be found so
> that I can download them for my project?
>
> I appreciate any assistance you can give me.
>
> Thank you.
>
>
> Marshall Zwick
>
>