Hi,
> <?php
> $b = new java("B");
> $b->funB();
> ?>
> Invoke failed:
> [c:B]->funB. Cause
--^---
Well, $b contains the class B, not an instance of $b.
That's probably because B doesn't have public
constructor.
Please type:
java_inspect($b);
to see what $b is and which public methods exist.
Regards,
Jost Boekemeier
___________________________________________________________
Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de
|