List of utility methods to do File to URL Convert
try { return file.toURI().toURL(); } catch (MalformedURLException e) { throw new RuntimeException("Unexpected exception on file [" + file + "]", e);