FYP暑期错误汇总(一)

来源:互联网 发布:seo手机优化软件 编辑:程序博客网 时间:2024/06/07 23:03

scope:opencv, servlet, python
os and tools: mac, xcode, eclipse.
1.
java.lang.UnsupportedClassVersionError
opencv version is 3.2.0,eclipse version is 1.6
solution: http://www.cnblogs.com/xing901022/p/4172410.html
find corresponding version and replace.
2.
NATIVE_LIBRARY in build path
it should use lib in opencv folder.
3.
download opencv
https://github.com/opencv/opencv/tags
4.
face detection resource
https://blog.openshift.com/day-12-opencv-face-detection-for-java-developers/
https://segmentfault.com/a/1190000000358809
http://docs.opencv.org/2.4/doc/tutorials/introduction/desktop_java/java_dev_intro.html
5.
install the e(fx)clipse plugin
JavaFX Scene Builder 2.0
by the way update sdk to 4.6X
http://opencv-java-tutorials.readthedocs.io/en/latest/03-first-javafx-application-with-opencv.html
6.
JFX.fxml cannot open with SceneBuilder
take scenebuilder into application