We work on the Java application .Our the application we need to call some service which is a window installer and that when run from the command prompt accept the input file and gives the result as an output file. Java application is on Linux and window service is on window so my question is that how can i call this window service from my java code. I thought of writing some kind of a scheduler but how will i make sure that the scheduler runs only when the input file gets copied on the Window env from the Linux m/c and how will i get back the result that the installer has run the programme and generated the output file.
Please help in suggesting some idea.