Thread: Compiling errors

Results 1 to 4 of 4
  1. #1 Compiling errors 
    Old School Member

    Join Date
    Feb 2008
    Age
    29
    Posts
    2,163
    Thanks given
    372
    Thanks received
    40
    Rep Power
    687
    Code:
    client.java:35: cannot find symbol
    symbol  : class MalformedURLException
    location: class client
            } catch (MalformedURLException e) {
                     ^
     

  2. #2  
    Banned

    Join Date
    Dec 2009
    Posts
    833
    Thanks given
    8
    Thanks received
    8
    Rep Power
    0
    put as ur import in client.java

    import java.io.InputStreamReader;

    Im not sure but it might work.
     

  3. #3  
    Old School Member

    Join Date
    Feb 2008
    Age
    29
    Posts
    2,163
    Thanks given
    372
    Thanks received
    40
    Rep Power
    687
    worked last error

    client.java:35: cannot find symbol
    symbol : class MalformedURLException
    location: class client
    } catch (MalformedURLException e) {
    ^
     

  4. #4  
    SolarKnight
    Guest
    import java.io.MalformedURLException;
    I'd imagine?
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •