What error are you getting?

Rigth now you are just printing the address of the array of strings. you want to print the contents.

System.out.println(toAnalyze[0]); // prints the first element