Hi,
I have a url string and when I try to create an URL out of it this way
URL urlOfFile= new URL(uRL);
but this is throwing an java.net.MalformedURLException: no protocol....
Why do we get MalformedURLException exception and how to resolve it?
thanks
harsha hegde