java - Multiple directories in -Djava.library.path -


how can point 2 differents java.library.path in eclipse project - run configurations? need these 2 libraries:

-djava.library.path=/opt/hdf-java/build/bin -djava.library.path=/opt/opencv-2.4.10/build/lib 

regards.

on linux, use colon : separator (as classpath option) in:

-djava.library.path=/opt/hdf-java/build/bin:/opt/opencv-2.4.10/build/lib 

Comments

Popular posts from this blog

android - MPAndroidChart - How to add Annotations or images to the chart -

javascript - Add class to another page attribute using URL id - Jquery -

firefox - Where is 'webgl.osmesalib' parameter? -