// Specify the full path to your file in here.
String datafile = "/home/rez/Desktop/data_example.txt";
double[][] mydata = FileReadingTools.getDoubleArray(datafile);
FileReadingTools gives an error I want a tool to read a text file on my desktop as you can see