Posts by Ricardo B. Barros • 26 points
2 posts
-
1
votes4
answers835
viewsA: Assembling updates at runtime
I usually add the conditions with the comma, and in the end remove the last character of the string. In the case of AND works in the same way only by removing 3 characters. public String…
-
0
votes1
answer817
viewsA: java.nio.file.Accessdeniedexception error while doing video thumbnail
Probably this is a permission error in the file system. Try to give permission to write and read to with the command below as root: chmod 766 /usr/share/tomcat7
javaanswered Ricardo B. Barros 26