View Single Post
  #1 (permalink)  
Old 12-29-2007, 07:18 PM
mew mew is offline
Member
 
Join Date: Nov 2007
Posts: 70
mew is on a distinguished road
Unresolved compilation problem
Following piece of code is not compiling.

Code:
File testFile = new File("C:\Temp\blah.txt");
Exception:

Code:
Exception in thread "main" java.lang.Error: Unresolved compilation problem:
Reply With Quote
Sponsored Links