We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpElectronics,  Serial Library › serial/mac - Jikes cant find "processing.Serial"
Page Index Toggle Pages: 1
serial/mac - Jikes cant find "processing.Serial" (Read 700 times)
serial/mac - Jikes cant find "processing.Serial"
Nov 13th, 2008, 2:47am
 
hi,
I'm running processing 0135 beta on a mac, intel core 2 duo, running osx 10.5.4

when I run:
  import processing.Serial.*;
  void setup() {
  println(Serial.list());
  }

I get the following error:
  you need to modify your classpath, sourcepath, bootclasspath, and/or extdirs setup. Jikes could not find package "processing.Serial" in the code folder or any libraries.

I did a new install of processing, but the same error comes up.
can anyone help/advise?
thanks
Page Index Toggle Pages: 1