javacv:Could not load class bin.com.opencv.Smoother
Warning: Could not load class bin.com.opencv.Smoother: java.lang.NoClassDefFoundError: bin/com/opencv/Smoother (wrong name: com/opencv/Smoother)
Warning: No classes found in the unnamed package
JavaCPP version 1.1
Copyright (C) 2011-2015 Samuel Audet <samuel.audet@gmail.com>
Project site: https://github.com/bytedeco/javacpp
Usage: java -jar javacpp.jar [options] [class or package (suffixed with .* or .**)]
where options include:
-classpath <path> Load user classes from path
-d <directory> Output all generated files to directory
-o <name> Output everything in a file named after given name
-nocompile Do not compile or delete the generated source files
-header Generate header file with declarations of callbacks functions
-copylibs Copy to output directory dependent libraries (link and preload)
-jarprefix <prefix> Also create a JAR file named "<prefix>-<platform>.jar"
-properties <resource> Load all properties from resource
-propertyfile <file> Load all properties from file
-D<property>=<value> Set property to value
-Xcompiler <option> Pass option directly to compiler
上面是报错信息 求答?!!!
还有 我直接导入javacv的时候会出现pom.xml第一行报错
连接到的jar包都无法打开:link*** 之类的
问题应该是配置问题 但是具体还是请大神指点一下。