이전 xp에서 만들어놓은 test 프로그램이 안돌아간다.
당황스러움이란...
비스타에서는 c:/ 에는 파일 쓰는 권한이 없는듯하다.
좋은건가?
Exception in thread "main" java.io.FileNotFoundException: c:\test.txt (액세스가 거부되었습니다)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.
at java.io.FileOutputStream.
at java.io.FileWriter.
at TestFile.main(TestFile.java:7)
그렇군요 OTL...
답글삭제d드라이브로 바꾸니까 되네요 ㅠㅠ
감사합니다