Hi, i'm deploying a java application (jar) on a linux server using rpm (maven-rpm-plugin).
the jar uses JNI code which needs LD_LIBRARY_PATH defined, in order to find the .so files. can i define it in the manifest file (similar to class-path?) what's the best practice to do it? I've tried putting it in the cron file that launch the app but it doesn't work.. thanks. -- Eyal Edri
