I'a having trouble setting up openIMAJ in Intellij Idea. I've checked out the library from svn and added it to the project via File->Project structure->Libraries. The code completion in IDEA kinda works (completes import statements) but when I try to compile it I get the following error:
object openimaj is not a member of package org
import org.openimaj.video.capture._
^
My friend said it was a project structure issue but couldn't find a solution.