Hello...
I have developed a simple java program and part of its functionality is to write to a text file. When i run the program from the windows command prompt using the "Java" command, the program works fine and writes to a text file as expected. However, when i run the program using the "javaw" command the program runs fine apart from the fact it does NOT write to the text file...
Any ideas why this is happening?
Neil
I have developed a simple java program and part of its functionality is to write to a text file. When i run the program from the windows command prompt using the "Java" command, the program works fine and writes to a text file as expected. However, when i run the program using the "javaw" command the program runs fine apart from the fact it does NOT write to the text file...
Any ideas why this is happening?
Neil