+ 1
MarvinJavaCVAdapter
i have added marvin jars,open cv,java cv to the code but even then I am getting runtime error like "class not found"
1 Answer
+ 4
Did you add the jars to your build path? You need to tell the jvm where the sources can be found.
If you use an ide: right click on your project > build path > add the jars.