Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试实现从 code.google.com 获得的以下代码我收到错误,例如 org.ejml 无法解析、SimpleMatrix 无法解析和 DenseMatrix64F 无法解析。解决方案是什么?
您可以在此链接中获取代码
http://code.google.com/p/android-lucid-dreaming-app/source/browse/Lucid+Dreaming+App/src/com/luciddreamingapp/actigraph/filter/SimpleFilter.java?r=15
您的项目缺少定义这些类的外部 jar。确保将lib文件夹下的所有库都包含到您的类路径中(右键单击 Eclipse 中的 jar 并选择Build Path -> Add to Build Path.
lib
Build Path -> Add to Build Path
您将需要以下罐子EJML-nogui.jar,commons-math_trimmed2.jar并且gson-1.7.1.jar
EJML-nogui.jar
commons-math_trimmed2.jar
gson-1.7.1.jar