Installing Processing

  1. Download processing. Please make sure you are downloading the latest release. There are two versions, one with Java, one without. If you are not sure, download the one with Java.

    • For those who knows what the JDK is and wants to install Processing along with JDK: You need x32 version of the JDK no matter whether you are running an x32 or x64 system.
  2. Create a directory "Programs" on the C: disk, in the root. If "C:\Programs" exists already, skip this step.
  3. Extract the entire directory to C:\Programs (note, not "C:\Program Files"). if you are reinstalling Processing, remove the entire processing directory first.
  4. Create a shortcut on your desktop to "Processing.exe" for easy access.
    • Note, if you are running Windows Vista or Seven, you might have to run Processing in "Windows XP compatibility mode" and also you should run it with Administrator rights, or you will encounter problems such as difficulties in accessing the functions in the Help menu.

Install the Creapro libraries

  1. Determine your Sketchbook location, the Processing Sketchbook location is your working directory for your sketches and also for your libraries.
  2. Start Processing.
  3. Select File -> Preferences.

  4. Check your Sketchbook location.

sketchbook location preferences sketchbook location directory

Install Creapro Java library for Processing

This library adds the support for Arduino and AdMoVeo to Processing.

  1. Download creapro.jar

  2. In "Processing Sketchbook location"\libraries, create a sub-directory "creapro".
  3. In "Processing Sketchbook location"\libraries\creapro, create a sub-directory "library".
  4. Place creapro.jar in "Processing Sketchbook location"\libraries\creapro\library.

In Processing, you should be able to import the creapro library as shown below:

import creapro in processing

Install ControlP5 library for Processing

This library adds a GUI library to Processing.

  1. Download controlP5_0.3.14.zip from this wiki, or from its website

  2. Open the zip file, extract, copy the direcotry "controlP5" into "Processing Sketchbook location"\libraries"

After this procedure, you should be able to import the controlP5 library in Processing as shown below:

import creapro in processing

CreaPro: InstallingProcessing (last edited 2009-11-04 10:35:35 by dyn176191)