Problem with video module [ resolved]

edited August 2014 in Library Questions

hello,

I use Linux mint 17 mate, and I installed the last version of Processing in 64-bit, but when I test to use this exemple : http://processing.org/reference/libraries/video/Capture.html . it does not work ! But on MS-Windows it works well.

The error displayed is : A library used by this sketch is not installed properly and in the processing terminal : A library relies on native code that's not availabe. Or only works properly when the sketch is run as a 32-bit application.

And when I install Processing in 32-bit. it display the same error but for 64-bit !

P.S. : english is not my mother tongue!

Answers

  • edited August 2014

    There are 2 possibilities:

    1. That video library needs some mysterious codec which doesn't come pre-installed already.
    2. That library is incompatible w/ OpenJDK and demands Oracle's JDK.
  • Thank you for the second proposition ! Indeed That library is incompatible w/ OpenJDK and demands Oracle's JDK !

Sign In or Register to comment.