URI and File - URI Scheme is not "file"
807605Aug 14 2007 — edited Aug 14 2007I have a file which I can bring up directly through a URL in my browser. I am trying to open that programatically using new File (new URI(...))
However I keep getting the error
URI Scheme is not "file"