Results 1 to 5 of 5

Thread: What does cannot resolve symbol

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Sep 2006
    Posts
    19

    What does cannot resolve symbol

    I am trying to run my Java program and it keep giving me a error.

    Deli.java:11: cannot resolve symbol
    symbol : class Scanner
    location: package util
    import java.util.Scanner;

    Please tell me what that means. Thanks

  2. #2
    Arabic Poster ComputerJy's Avatar
    Join Date
    Nov 2005
    Location
    Happily misplaced
    Posts
    2,513

    Re: What does cannot resolve symbol

    It means you don't have JDK 1.5 or later installed correctly on your PC
    "I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
    My Blog

  3. #3
    PowerPoster eranga262154's Avatar
    Join Date
    Jun 2006
    Posts
    2,201

    Wink Re: What does cannot resolve symbol

    Quote Originally Posted by ComputerJy
    It means you don't have JDK 1.5 or later installed correctly on your PC
    Exactly this is correct. I got the same error when i'm start to lern java. But i'm confusing with your answer.

    How did you say that this is JDK 1.5 ?
    “victory breeds hatred, the defeated live in pain; happily the peaceful live giving up victory and defeat” - Gautama Buddha

  4. #4
    Arabic Poster ComputerJy's Avatar
    Join Date
    Nov 2005
    Location
    Happily misplaced
    Posts
    2,513

    Re: What does cannot resolve symbol

    Because the class "java.util.Scanner" didn't exist in old versions of java (look at the documentation)
    It says "Since 1.5" there
    "I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
    My Blog

  5. #5
    PowerPoster eranga262154's Avatar
    Join Date
    Jun 2006
    Posts
    2,201

    Re: What does cannot resolve symbol

    Thanks
    “victory breeds hatred, the defeated live in pain; happily the peaceful live giving up victory and defeat” - Gautama Buddha

Posting Permissions

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



Click Here to Expand Forum to Full Width