1 | initial version |
So when i search for opencv_java401.dll lib, there exist only libopencv_java401.dll.
yea, that's a bug (in the mingw toolchain) , you have to rename it manually back to opencv_java401.dll
2 | No.2 Revision |
So when i search for opencv_java401.dll lib, there exist only libopencv_java401.dll.
yea, that's a bug (in the mingw toolchain) , you have to rename it manually back to opencv_java401.dll
and you should also have a opencv/build/install/java
folder with the jar in it
3 | No.3 Revision |
So when i search for opencv_java401.dll lib, there exist only libopencv_java401.dll.
yea, that's a bug (in the mingw toolchain) , you have to rename it manually back to opencv_java401.dll
and you should also have a
folder with the jar in itopencv/build/install/javaopencv/buildSimple/install/java
4 | No.4 Revision |
So when i search for opencv_java401.dll lib, there exist only libopencv_java401.dll.
yea, that's a bug (in the mingw toolchain) , you have to rename it manually back to opencv_java401.dll
and you should also have a opencv/buildSimple/install/java
folder with the jar in it
sidenote: i'm not sure, if mingw can REALLY compile your CPU_BASELINE
(you probably should have left it "empty" instead. it all compiles and links, but if you get really weird c++ errors later, consider going back and clear those options (and rebuild, ofc.)
5 | No.5 Revision |
So when i search for opencv_java401.dll lib, there exist only libopencv_java401.dll.
yea, that's a bug (in the mingw toolchain) , you have to rename it manually back to opencv_java401.dll
and you should also have a opencv/buildSimple/install/java
folder with the jar in it
sidenote: i'm not sure, if mingw can REALLY compile your CPU_BASELINE
(you probably should have left it "empty" instead. it all compiles and links, but if you get really weird c++ errors later, consider going back and clear those options (and rebuild, ofc.)