0

I am trying to initialize OfbizWorkflow,but when i try to do that it gives me an error

    java.lang.ClassNotFoundException: org.ofbiz.core.entity.GenericTransactionException

as i searched but not unable to find out the dependency. Tell me if you have any idea about this dependency

Thanks in advance.

Ashish
  • 735
  • 1
  • 6
  • 15

2 Answers2

1

Download apache ofbiz jar from here: http://ofbiz.apache.org/download.html

Juned Ahsan
  • 67,789
  • 12
  • 98
  • 136
0

If a dependency is not in the central repository, you can add the downloaded jar manually to your local .m2 repository using the install-file goal.

ceilfors
  • 2,617
  • 23
  • 33