Connecting Tech Pros Worldwide Help | Site Map

[HELP] About php-java-bridge

  #1  
Old September 29th, 2005, 06:25 AM
Zou_Benjamin
Guest
 
Posts: n/a
would anyone helps me about the following error


java:
Class A
{
...
}

Class B
{
...
public A funB();
...
}


<?php
$b = new java("B");
$b->funB();
?>



Fatal error: Uncaught [o:"java.lang.Exception: Invoke failed:
[c:B]->funB. Cause
: java.lang.NoSuchMethodException: funA(). Candidates: [public A
B.funB() throws
java.lang.Exception]"] thrown in ...

Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
need help about php variable wesley1970 answers 2 March 24th, 2008 06:52 PM
Really hardcore question about PHP needed :) tasteless answers 56 April 24th, 2007 02:15 PM
Confused About PHP!? Cerebral Believer answers 2 September 23rd, 2006 08:55 AM
About PHP::: Error/Problem PHP Warning: mysql_fetch_array(): Pratchaya answers 3 July 27th, 2005 12:15 PM