Search:

Type: Posts; User: jt183

Search: Search took 0.07 seconds.

  1. Re: MalformedURLException error yet code still works

    Argh, I see what you mean now. I edited it and used the code in post #4:



    URL url = new...
  2. Re: MalformedURLException error yet code still works

    To use "aapl" as an example, the URL I am passing into my method (which I should have included in the original post, my apologies) is:



    public static String getURL(String ticker) {


    URL url...
  3. Re: MalformedURLException error yet code still works

    Hi. I did and got this (I used aapl as the ticker) :



    java.net.MalformedURLException: no protocol: aapl
    at java.net.URL.<init>(URL.java:586)
    at java.net.URL.<init>(URL.java:483)
    at...
  4. MalformedURLException error yet code still works

    .
Results 1 to 4 of 4