Search:

Type: Posts; User: Norm

Search: Search took 0.17 seconds.

  1. Re: MalformedURLException error yet code still works

    What happens when you use that code instead what I posted in post#4?

    The error message says something like the code in post#4 was used. Not the URL you are showing in post#5
  2. Re: MalformedURLException error yet code still works

    Is this the same as what is being executed?


    URL url = new URL("aapl");

    That URL does not have a valid protocol.


    You said: The URL I am using is ...
    and posted what looks like a valid...
  3. Re: MalformedURLException error yet code still works

    Can you add a call to the printStackTrace() method in the catch block for more info?
Results 1 to 3 of 3