Illegal Character \96 Error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • PictoPirate
    New Member
    • Apr 2012
    • 1

    Illegal Character \96 Error

    I'm learning Java and I've copied a very long program from a book but I get an error saying:

    102: error: illegal character \96

    There seems to be a problem with the line:

    JCheckBox jc = checkBoxList.ge t(j + 16 * i);

    Any ideas? I've googled about but found nothing.

    PictoPirate
  • neeraj0708
    New Member
    • Feb 2012
    • 21

    #2
    can you share your code here??

    Comment

    • gelayaraja
      New Member
      • May 2012
      • 5

      #3
      I think so u copied with special charater which is present in Command Line or Missing single character in that program.
      Just compare which u code and copied code.

      Comment

      Working...