Maybe this is not as hard as I think but here we go.
I have a Java application that is writing info to a text file ever second. Then director is reading this info and doing "stuff" with that info inside director. But once my director file reads from my Java app I get an error in my java app that says it can no longer write to the file since its being used by another process. Any ideas around this or how to fix it?
-marc
I have a Java application that is writing info to a text file ever second. Then director is reading this info and doing "stuff" with that info inside director. But once my director file reads from my Java app I get an error in my java app that says it can no longer write to the file since its being used by another process. Any ideas around this or how to fix it?
-marc