Question

I'm in an introductory CS class and Dr.Java has really limited functionality compared to Eclipse. How can I add the ACM.jar file for use in Eclipse?

Était-ce utile?

La solution

Look at the following video tutorial, which is about ACM. At the first few minutes, it talks about adding it to eclipse. http://www.youtube.com/watch?v=PoyGznP8Ehk

Or else

Import Libraries in Eclipse?

Autres conseils

Copy it to the project directory. Right click on the jar - select build path, and click add to build path.

You can now import classes from the jar in your classes.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top