I am trying to use processing 2.08a with javascript mode.
but when I try to run via the webpage with the libraries, it does not run.
how to run processing in javascript mode with libraries?
thank you
You cannot.
The JavaScript mode interprets base Java code and transposes it to JavaScript, but cannot handle compiled code like the one present in the libraries. Which can use native code (Serial, Minim...) even less available at JS level.