简体   繁体   中英

How to execute a Java program automatically whenever Apache OFBiz startup?

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM