PrintWriter out =
new PrintWriter("C:UsersSlerigDesktopgnuplotinarycannonballOutput.txt");
This is my sample code. It is quite simple. It throws a "Invalid Escape Character" error because of the backslashes. How do I get around this? Programming in Java btw.