Read a text file used by a java application
Hi,
I want to read a text file used by a java application,
Java application writeasynchronously in file and my C# application must read this file asloasynchronously.
Sometimes on C# application i have this exception"Object reference not set to an instance of an object." when i want to obtain a StreamReader on file.
Sometimes on Java application i have this exception"java.io.FileNotFoundException : File already used by another process." when application want obtain a FileWriter stream on file.
Thanks in advance for your help.![]()
Best regards,
Dom

