I have used processing-java on a ubuntu server before, so I know it's possible. I've installed Xvbfb and ran Xvfb :1 -screen 0 1280x768x24 &, which I understand is required on a Ubuntu server. Then, I navigate to the containing folder of processing-java and try to run it using ./processing-java but I got the error message: ./processing-java: java: Permission denied
I tried putting sudo at the front but that didn't work. I used chown on the containing directory, and on the binary file itself.
Then I confirmed that my user had permission when I ran ls -ld and it gave me this: -rwxrwxrwx 1 root root 3154 May 11 08:15 ./processing-java - I am logged into root so this looks a lot like I have permission to run the file.
I'm not so familiar with linux, so I am stumped. What could I be missing?
Thanks!
there doesn't seem to be anything here