|
From: <php...@li...> - 2008-02-04 09:51:11
|
Sorry..Am a newbie runner and have another question to cut my time short!
Where shall I copy my own JARs that will be loaded using "java_autoload()"?
What kind of path definition needs to be given in this function call? Can
you give me or point me to some examples?
regds,
Bharti
On Feb 4, 2008 2:53 PM, Bharti Batra <bha...@gm...> wrote:
> Thanx a ton! It works for me!
>
> regds,
> Bharti
>
>
> On Feb 4, 2008 2:49 PM, <php...@li...>
> wrote:
>
> > Hi
> >
> > > require_once("http://localhost/JavaBridge/java/Java.inc");
> >
> > the port number is missing. It should be:
> >
> > require_once("http://localhost:8080/JavaBridge/java/Java.inc");
> >
> > or simply
> >
> > require_once ("java/Java.inc");
> >
> >
> > Please re-read the README for details.
> >
> >
> > Regards,
> > Jost Boekemeier
> >
> >
> >
> > Lesen Sie Ihre E-Mails jetzt einfach von unterwegs.
> > www.yahoo.de/go
> >
> >
> > -------------------------------------------------------------------------
> > This SF.net email is sponsored by: Microsoft
> > Defy all challenges. Microsoft(R) Visual Studio 2008.
> > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> > _______________________________________________
> > php-java-bridge-users mailing list
> > php...@li...
> > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users
> >
>
>
|