Ask Your Question

jverce's profile - activity

2014-09-26 11:58:08 -0600 commented question OpenCV 3.0.0 unavailable java build target

I didn't have any issue with setting only JAVA_HOME and adding $JAVA_HOME/bin to the PATH.

export JAVA_HOME=/usr/lib/jvm/java-7-oracle

export PATH=$JAVA_HOME/bin:$PATH

Also, make sure $JAVA_HOME is the path to the JDK, not just the JRE.

2014-09-23 12:36:26 -0600 commented answer Reading video stream from IP camera in OpenCV Java

@Will Stewart Make sure you are loading the shared library via System.loadLibrary(Core.NATIVE_LIBRARY_NAME).

2014-09-22 08:05:39 -0600 received badge  Supporter (source)