B
bigbinc
I want to launch two java applicafions at the same time in windows.
I have a linux script that launches the first application, the
server, in the background, waits 5 seconds then launches the client,
can I do something similar in windows.
My first thought is write a script that launches two other *.bat
files,
My second thought is write a small java application that forks two
java VMs similar to what ANT does.
My third is to write a windows C application, but I am scared about
portability with windows versions?(COM?)
My fourth is to screw windows it sucks, let those users screw
themselves.
I dont want to use the Services yet.
I have a linux script that launches the first application, the
server, in the background, waits 5 seconds then launches the client,
can I do something similar in windows.
My first thought is write a script that launches two other *.bat
files,
My second thought is write a small java application that forks two
java VMs similar to what ANT does.
My third is to write a windows C application, but I am scared about
portability with windows versions?(COM?)
My fourth is to screw windows it sucks, let those users screw
themselves.
I dont want to use the Services yet.