System.out.println("Make this a different color");
Try this
System.out.println("\033[0;31m Make this a different color");
I think you can't do it in Java if you are printing to the console.