05-22 08:13:13.803: WARN/System.err(298): Caused by: java.io.IOException: Permission denied05-22 08:13:13.104: WARN/System.err(298): java.io.IOException: Error running exec(). Command: [/bin/chmod, 755, /sdcard/jave-1/ffmpeg] Working Directory: null Environment: null05-22 08:13:13.683: WARN/System.err(298):     at it.sauronsoftware.jave.DefaultFFMPEGLocator.<init>(DefaultFFMPEGLocator.java:85)82.if (!isWindows) {
83. Runtime runtime = Runtime.getRuntime();
84. try {
85. runtime.exec(new String[] { "/bin/chmod", "755",exe.getAbsolutePath() });
86. } catch (IOException e) {
87. e.printStackTrace();
88. }
89.}