Run Processing sketches from Atom by pressing ctrl+alt+b
Mac OS: Open Processing and install processing-java from the Tools menu:
Linux: Add processing-java
to your executable search path. This can be done by adding the Processing directory to your PATH
environment variable or by adding a symlink to any existing directory within your PATH
.
The following command should do this on most linux distributions (replace /path/to/processing
with the path where processing is installed):
sudo ln -s /path/to/processing/processing-java /usr/local/bin/
Windows: Add processing-java
to your Command Prompt. This can be done by adding the Processing directory to your PATH
environment variable:
sysdm.cpl
or searching in Control Panel.PATH
variable to include the Processing directory (e.g. C:\Program Files\Processing-3.1.1\
) in either the User variables (for just your account) or System variables (for all users).ctrl+alt+b
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.