I want to use the commons.apache.maths classes for my own project but I don\'t know how to correctly import them into eclipse. I have visited the download page for the package m
download the jar file, extract it locally. Open eclipse, project-property-java build path-libraries-add library, where you add the extracted folder there. then you can use the import org.apache.commons.math3.