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?

有帮助吗?

解决方案

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?

其他提示

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top