hello
I have called whlole c code from java and then as result of calling c code from java the output file is saved. I need to call c code several times from java and then I need to use the data from the output file to do some calculations. but my problem is how to make sure that the data taken from the output file is taken from recent output file and how to make sure that the output file is saved before executing next command in java???
thanks alot
