import acm.io.*; With Eclipse 3.1??

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kedmotsoko
    New Member
    • Feb 2008
    • 8

    import acm.io.*; With Eclipse 3.1??

    Hi guys, I tried using import acm.io.*; with my eclipse 3.1 but keeps on telling me that the import cannot be defined. what should i do to use this package.?
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    You have to tell Eclipse that you want to use an external jar file for that project;
    navigate to: Project>Propert ies>Java Build Path>Libraries and click on the
    'Add External JARs' button. Specify the name of that jar file and click ok.

    kind regards,

    Jos

    Comment

    • kedmotsoko
      New Member
      • Feb 2008
      • 8

      #3
      Originally posted by JosAH
      You have to tell Eclipse that you want to use an external jar file for that project;
      navigate to: Project>Propert ies>Java Build Path>Libraries and click on the
      'Add External JARs' button. Specify the name of that jar file and click ok.

      kind regards,

      Jos
      Thank you so much it worked;

      Comment

      • supersayin201
        New Member
        • Oct 2011
        • 1

        #4
        Thank you so mush i have been looking every where for this

        Comment

        Working...