Re: [PHP] PHP and Java: accessing Java classes from PHP

2007-07-31 Thread Holografix
Hi > > If you mean you tried this: > http://php.net/java It was the first thing I tried. I will post a bug in http://bugs.php.net Then I read about php-java-bridge but the examples were using older versions of php-jb. > That said, I don't see how you could possibly access Java without > runnin

Re: [PHP] PHP and Java: accessing Java classes from PHP

2007-07-27 Thread Richard Lynch
On Fri, July 27, 2007 10:31 am, Holografix wrote: > I need to access some custom and native Java classes from php. > I've tried the steps form php manual and php-javabridge from sf but I > always > get an apache crash. > I don't need to run servlets and it's impossible to start servlet > engine in

Re: [PHP] PHP and Java: accessing Java classes from PHP

2007-07-27 Thread Holografix
Hi Thanks for the answer. I'm using php 5 (5.2.3). holo ""Nathan Nobbe"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > if you cant get the php / java bridge to work and you cant run servlets > than > i dont know > what other options you have. we used to use soap for communicat

Re: [PHP] PHP and Java: accessing Java classes from PHP

2007-07-27 Thread Nathan Nobbe
if you cant get the php / java bridge to work and you cant run servlets than i dont know what other options you have. we used to use soap for communication between java and php where i worked last, but that would require servlets as well (afaik). the bridge is marked as experimental.. are you usin

[PHP] PHP and Java: accessing Java classes from PHP

2007-07-27 Thread Holografix
Hi I need to access some custom and native Java classes from php. I've tried the steps form php manual and php-javabridge from sf but I always get an apache crash. I don't need to run servlets and it's impossible to start servlet engine in the server (project requirements). The tutorials i've f