What errors do you get and at which lines. Post the errors you get.
Also if it runs what results do you get what you were expecting?
Also the tab character is this:
\t
System.out.println("aaa\tbbbbb")
and for new line:
\n
System.out.println("aaa\nbbbbb")
Try running the above just for testing