0

We are using Apache ofbiz9.0 for our application. Now I want to execute a Java program automatically whenever ofbiz startup.

halfer
  • 19,824
  • 17
  • 99
  • 186
Saravanan
  • 11,372
  • 43
  • 143
  • 213

1 Answers1

2

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
  • 31,141
  • 14
  • 104
  • 131