Problem with saving JAVAC output to file
Posted: 26 Feb 2010 10:49
I want to save javac output to file, but the regular commmand doesn't work.
my code:
Any ideas how to do this?
I am using Windows 7 64-bit OS.
my code:
Code: Select all
javac test.java > tempFile.txt
Any ideas how to do this?
I am using Windows 7 64-bit OS.