
rwxrwxrwx 1 ubuntu ubuntu 2210876 Jul 4 11:15 fpcalc
#CHANGE SONG TO EXPLICIT WITH JAIKOZ INSTALL#
Is there a way I can give it execute permission as part of install ?Įven if I manually go into the app folder and use chmod 777 fpcalc64 to give full execute permission, it still doesn't run and my Java program complains it doesn't have permission, this continues to happen even if I restart the application, how can this be ?įails 11:17:46 AM: WARNING: Unable to retrieve an acoustic id for song 2 file /home/ubuntu/Downloads/RedSharp_-_Walk_in_the_row.mp3 because Cannot run program "/home/ubuntu/code/jthink/jaikoz/JaikozAppImage/jaikoz/lib/app/fpcalc64": error=13, Permission deniedīut if I run from linux shell it works ls -l fpcalc* The java application has to sometimes call a c program called fpcalc64, on installation it gets stored in the app folder, but it only has rw permission


I am packaging a Java application (called Jaikoz) using JPackage (Java 14) for linux.
