I watched one of the Stanford online video lectures about java programming. The course relies on the acm.program, but when I try to import it using Eclipse, an error message ("The import acm cannot be resolved") appears. How should I deal with it?

link|improve this question
feedback

1 Answer

You should be able to download the jar file from the ACM Java Task Force website. You will then need to make sure that the acm.jar file is in your classpath.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown