> Warning: java.lang.NoSuchMethodException: initialize
>
> Now this method definitely exists.  The syntax I am using is as follows:
>
> $Class = new Java("long.path.to.class");
>
>    $Method = $Class->initialize("12345", "George", "123 spiff Street",
> "suite 121", "Hometown", "USA", "12345", "UPG");

Wild guess:

Some of those arguments need to be integer rather than string?

I have no idea how it works, but since Java a variable-type language rather
than data-typed, I suspect you have to pass it the right types of variables
for method-matching to work.

--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EMAIL PROTECTED]
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to