简体   繁体   中英

importing org.apache.commons.math.stat.StatUtils eclipse project

I am wanting to use the StatUtils in a project i am working on. How do i get the ability to import that package in my eclipse project?

Thanks

Right click on your project, then a menu will be showed, choose "Properties", click "Java Build Path" and choose "Libraries" tag, you can click "Add JARs..." or "Add External JARs..." to add the package you want.

You can refer to the website : http://www.wikihow.com/Add-JARs-to-Project-Build-Paths-in-Eclipse-(Java )

Point your browser to http://commons.apache.org/math/ . Then read the instructions. Most particularly, download the jar file from the download area, and then add that jar file to your project's build classpath in the Eclipse build path options for the project.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM