xsl-list
[Top] [All Lists]

RE: [xsl] Accessing External Java Library

2007-11-01 10:10:26
Once again, the messages give you the information, and once again, it's in
the checklist that I gave you earlier:

C:\Documents and Settings\cbourne\My Documents\PGPJava>java 
-cp .;C:\javapgp\iPG P.jar net.sf.saxon.Transform -TJ pgp.xml 
pgp.xslt Loading iPGP.iPGP Looking for method setArmor in 
Java class class iPGP.iPGP Number of actual arguments = 1 
Trying method getArmor: name does not match Trying method 
setArmor: name matches Method is not static 

If you're calling a non-static method then you need to supply an object
instance as the first argument. The documentation tells you how.

Michael Kay
http://www.saxonica.com/


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--