I want to be able to start a windows exe from my Java and also communicate with. Say I send it some parameter and also when that exe is done to get its return value.
Runtime().getRuntime().exec
is that the way? How about the parameter passing between the exe and my Java game?
