JOptionPane.showMessageDialog(null, "Ora legge nextPath");
nextToken = FileSystemUtils.readFile(nextPath);
//nextToken = FileUtility.readFile(nextPath);
destinationACLReached = downloadManager.finished(nextToken);
//remove Json.txt file from temp because the file is used
//only by the executable and it will rewrite
FileUtility.deleteTempFile(jsonPath);