Ask Your Question

vmishin100's profile - activity

2020-08-24 12:39:52 -0600 commented answer Self contained (no root/sudo access) java build for RHEL, OEL 6.10

My cmake: cmake -DBUILD_SHARED_LIBS=OFF \ -DBUILD_FFMPEG=ON \ -DCMAKE_INSTALL_PREFIX=/home/app/usr/local \ -DBUILD_open

2020-08-24 12:08:20 -0600 commented answer Self contained (no root/sudo access) java build for RHEL, OEL 6.10

Independent of distro it was build on

2020-08-24 12:05:11 -0600 commented answer Self contained (no root/sudo access) java build for RHEL, OEL 6.10

Although for mac I don't see that plugin. In linux case kernels are the same, thus same program should run for various d

2020-08-24 11:59:51 -0600 commented answer Self contained (no root/sudo access) java build for RHEL, OEL 6.10

The is ffmpeg plugin necessary

2020-08-24 11:57:40 -0600 commented answer Self contained (no root/sudo access) java build for RHEL, OEL 6.10

My cmake: cmake -DBUILD_SHARED_LIBS=OFF \ -DBUILD_FFMPEG=ON \ -DCMAKE_INSTALL_PREFIX=/home/app/usr/local \ -

2020-08-24 11:57:22 -0600 commented answer Self contained (no root/sudo access) java build for RHEL, OEL 6.10

@berak thanks for the answer. The problem is that on Oracle Linux 6.10 (RHEL) or even higher, cmake dosn't work - cmake

2020-08-18 21:20:52 -0600 received badge  Necromancer (source)
2020-08-18 10:48:21 -0600 answered a question how to solve the Error: Could not find or load main class in opencv3.0.0 with Java eclipse?

Set java.library.path in eclipse java -Djava.library.path=./lib -jar myApplication.jar

2020-08-18 10:48:01 -0600 asked a question Self contained (no root/sudo access) java build for RHEL, OEL 6.10

Self contained (no root/sudo access) java build for RHEL, OEL 6.10 Did anybody build self contained opencv java library