We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I usually compile my Processing code through another text editor. However, since I am using Processing 3 terminal command of processing-java does not working anymore. I have set the proper env variable.
Here is the error returned if I execute processing-java command through terminal.
basename: extra operand ‘This’ Try 'basename --help' for more information. /home/xxx/processing-java: 105: [: =: unexpected operator
Instead of compiling it runs the Processing IDE.
Does someone here now a way to fix this?
I am using Ubuntu Linux btw.