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.?
import acm.io.*; With Eclipse 3.1??
Collapse
X
-
Tags: None
-
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 -
Originally posted by JosAHYou 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,
JosComment
-
Comment