Hello,
It seems that you are running Processing on Linux. You need to go into application.linux64 or application.linux32 folder (depends on your computer’s architecture). There you can find a bash script with the same name as your sketch. Open a terminal there (Right click -> Open terminal here) and run the bash script by:
./<your-sketch-name>
This will run your sketch.
You can find more information in Processing Wiki.