hamoid / video_export_processing

Processing library that interfaces with ffmpeg to export video files
http://funprogramming.org/VideoExport-for-Processing/
GNU General Public License v2.0
116 stars 19 forks source link

java.lang.NoClassDefFoundError: com/sun/jna/Library his error occurs in ubantu 20 Running any sample code of point cloud on processing software with Kinect Xbox360. #71

Open KD149149 opened 1 year ago

KD149149 commented 1 year ago

java.lang.NoClassDefFoundError: com/sun/jna/Library this error occurs in ubantu 20 Running any sample code of point cloud on processing software with Kinect Xbox360.

Please follow these steps.

  1. Open the processing software folder.
  2. Copy both files jna.jar & jna-platform.jar files from path [processing-4.1.1-linux-x64/processing-4.1.1/lib ]
  3. Paste both jar files into the path [processing-4.1.1-linux-x64/processing-4.1.1/core/library] folder.

paste in core folder _of _processing copy from _lib_folder_of_processing

hamoid commented 1 year ago

Hi! I suggest you ask in the forum for help debugging any issues related to the Video Export Library.

Pull requests for fixes and improvements are welcome :)