javac -cp .:/dcsdata/home/hdokani2/.m2/repository/junit/junit/4.11/junit-4.11.jar:/dcsdata/home/hdokani2/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:/dcsdata/home/hdokani2/Desktop/cs527/commons-math3-3.3.jar LUDecompositionTest.java
This works for me, but I need to make some changes to main src/main/java/org/commons/math3/linear/LUDecomposition.java
and accordingly I want to make tests fail. Therefore I need all the main files to be compiled also, so I removed common-math3-3.3.jar
and added all the files from src/main/java
but that doesn't work.