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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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)