bytedeco / javacv

Java interface to OpenCV, FFmpeg, and more
Other
7.45k stars 1.57k forks source link

java.lang.NoClassDefFoundError:org.bytedeco.javacpp.Pointer #1988

Closed jetamie closed 1 year ago

jetamie commented 1 year ago

I add these two parameters - Dorg.bytedeco.javacpp.maxbytes=1.5G -Dorg.bytedeco.javacpp.maxphysicalbytes=1.5G, but I get the NoClassDefFoundError exception

jetamie commented 1 year ago

maven dependence javacv:1.5.8 ffmpeg-platform-gpl:5.1.2-1.5.8 javacv-platform:1.5.8

jetamie commented 1 year ago

I found that converting G to k would work

saudet commented 1 year ago

The number needs to be an integer, try 1500MB instead.