Curious...
I recently installed scriptographer for CS3, ran a CS1 script, and everything bar ArexText runs smoothly. It seems to be having all manner of problems with creating a new Path.
simple code:
var npath = new Rectangle(200, 200, 300, 50);
var tpath = new Path(npath);
var text = new AreaText(tpath);
text.content = "Hello there"
error:
Java constructor for "com.scriptographer.ai.Path" with arguments "com.scriptographer.ai.Rectangle" not found. (/Applications/Adobe Illustrator CS3/Plugins.localized/Scriptographer/scripts/old/explore/typearea_cs3.js#2)
enlightenment very much appreciated!