Re: flowscript importClass problem

2006-02-22 Thread Andrew Madu
 Jason,The error messages are pretty clear, importClass() requires a Java class as an argument,  my bad! Yes I should have simply stated importPackage(). Time for some sleep me thinks!!!regardsAndrew

Re: flowscript importClass problem

2006-02-22 Thread Jason Johnston
Andrew Madu wrote: > > When I try and import the following class into my flowscript: > > importClass(Packages.com.paypal.soap.api.*); > > I get an: > > '*missing name after . operator*' > > > error message. If I do the following: > > > importClass(Packages.com.paypal.soap.api); > > I get

flowscript importClass problem

2006-02-22 Thread Andrew Madu
When I try and import the following class into my flowscript:importClass(Packages.com.paypal.soap.api.*);I get an: 'missing name after . operator' error message. If I do the following:importClass(Packages.com.paypal.soap.api);I get an: Not a Java class: [JavaPackage com.paypal.soap.api]error messag