tags:

views:

25

answers:

1

hi to all,

we are using apache ofbiz9.0 for our application.now i want to execute a java program automatically whenever ofbiz startup.

Please anybody help me to solve this issue....

I am in pressure....

saravanan [email protected]

A: 

How are you starting OFBiz? Is it using the startOFBiz.bat?

You can easily write a bat file which will call these 2 lines

startOFBiz.bat
java MyClass.java
JoseK