Hi,
I have a
java application that should run other jars. For example
I have JAR1, JAR2, JAR3. Each jar has a batch process BAT1, BAT2,BAT3. My application will call each of these batch processes. Once BAT1 is finished BAT2 should be called and so on. How am I supposed to do this?
Another complication is that the application is tested on windows and then will be deployed on Linux during production. So i will be using shell there but still i should be making as little changes as possible to my installable
Please help me in this regard
Regards,