clojure with Windows 7 x64

asked 2014-03-22 05:52:41 -0600

agn.es gravatar image

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?

edit retag flag offensive close merge delete

Comments

you should look for *.dll files on win, not .dylib or .so

berak gravatar imageberak ( 2014-03-22 08:03:09 -0600 )edit

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.

agn.es gravatar imageagn.es ( 2014-03-22 12:06:05 -0600 )edit

hopefully, yes.

berak gravatar imageberak ( 2014-03-22 12:34:03 -0600 )edit