Correctly Importing Apache Commons Math Package
问题 I am trying to use the SimplexSolver class in the Apache Commons Math package, but I can't seem to import the package correctly; all of the following is happening in a fixed directory called 'Java'. I downloaded commons-math3-3.1.1 and put the unzipped folder into the 'Java' directory. Here is some example code, HelloWorld.java, saved in the 'Java' directory: import org.apache.commons.math; public class HelloWorld { public static void main (String[] args) { System.out.println("Hello World!");