I have a URL:
URL url=new URL(\"http://www.abc.com/aa/bb/cc/file.html\");
and a relative path:
String relativePath=\"../fil
What I found worked is this:
new URL("file:./src/gui/Something.fxml")