Ask Your Question

agn.es's profile - activity

2014-03-22 12:06:05 -0600 commented question clojure with Windows 7 x64

so can I just skip the native part and point my PATH to .dll folder? I keep getting the following error: Exception in thread "main" java.lang.UnsatisfiedLinkError: no opencv_java246 in java.library.path Even though I'm sure I have a path to my opencv_java246.dll in system path.

2014-03-22 05:52:41 -0600 asked a question clojure with Windows 7 x64

Hi!

I'm following the tutorial here: http://docs.opencv.org/2.4/doc/tutorials/introduction/clojure_dev_intro/clojure_dev_intro.html to set up opencv with clojure. I've downloaded the windows installer and extracted opencv, but I can't find any .dylib or .so files there.

Can I skip the native library step? Or do I have to build opencv myself?