DEV Community

Discussion on: Kotlin + TornadoFX + OpenCV = Fun!

Collapse
 
thorstenhirsch profile image
Thorsten Hirsch • Edited

Hi Simon, when I try to install opencv as you described there's no jar file in /usr/local/Cellar/opencv/3.*/share/OpenCV/java. Homebrew's log file 01.cmake says...

--     Unavailable:                 cnn_3dobj cudaarithm [...] java [...]

Any idea why java might be unavailable? Doesn't it work with JDK9, yet?

Collapse
 
s1hofmann profile image
Simon Hofmann

To be honest, I'm still on JDK 8, so I can't tell right now.

But it's a valid point, I'll try with JDK 9 myself and let you know.