failed to open file file://D/:/dev/test_all.html JavaException: java.net.UnknownHostException: D
Any ideas for why this happens?
failed to open file file://D/:/dev/test_all.html JavaException: java.net.UnknownHostException: D
Any ideas for why this happens?
Your URL is malformed. Instead of file://D/:/
you want file://D:/
-- no slash between the drive letter and the colon.
the third / is in the wrong place, the file url is contructed with file:///<path>