id summary reporter owner description type status priority milestone component version severity resolution keywords cc branch changelog apichanges internalchanges 10026 org.opensha.commons.calc.nnls.NNLSWrapper not working anirban6@… "It looks like it requires org.netlib.util. Here is the stackTrace() ""Exception in thread ""main"" java.lang.NoClassDefFoundError: org/netlib/util/intW at org.opensha.commons.calc.nnls.NNLSWrapper.initialize(NNLSWrapper.java:119) at org.opensha.commons.calc.nnls.NNLSWrapper.(NNLSWrapper.java:70) at NnlsTest.main(NnlsTest.java:47)"" It is thrown during initialization: NNLSWrapper Nnls = new NNLSWrapper(A, nrows, ncols); A, nrows and ncols are initialized before this statement." defect closed normal general major invalid NNLSWrapper