Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

URI and File - URI Scheme is not "file"

807605Aug 14 2007 — edited Aug 14 2007
I 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"
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 11 2007
Added on Aug 14 2007
2 comments
698 views