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

RE: [PHP] PhP and Java login trouble (can someone help a brother out whom is truely trying to understand?)

2007-05-10 Thread Brad Sumrall
I have these to independently working scripts. 1 is php, the other is javascript. For obvious reason, to separate logins are not appropriate. It has been recommended to make a separate function, not sure how to do this Common sense says, "carry the variable from php to javascripting". I am clue

RE: [PHP] PhP and Java login trouble

2007-05-09 Thread Brad Sumrall
alue=="") This is why I am not catching your angle. PhP makes so much more sense. This javascript integration is really giving me a headache! Suggestions? Brad -Original Message- From: Chris [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 09, 2007 2:16 AM To: Brad Sumrall Cc

Re: [PHP] PhP and Java login trouble

2007-05-09 Thread itoctopus
I agree with Chris, if you can do it this way, then it's much better. Working with FCKEditor's code was not one of the easiest things I did in my life. -- itoctopus - http://www.itoctopus.com "Chris" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Brad Sumrall wrote: >> I am tryi

Re: [PHP] PhP and Java login trouble

2007-05-08 Thread Chris
Brad Sumrall wrote: I have been hunting all around that website you referred me too looking for javascripting information and can find nothing. I know a little bit of php but little to nothing about javascripting. Eh? I never sent you to a website. See this code: function validatelogi

RE: [PHP] PhP and Java login trouble

2007-05-08 Thread Brad Sumrall
-Original Message- From: Chris [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 08, 2007 10:58 PM To: Brad Sumrall Cc: 'php-general@lists.php.net' Subject: Re: [PHP] PhP and Java login trouble Firstly always CC the list - others can provide help and suggestions too. Brad Sumrall wrote: &g

Re: [PHP] PhP and Java login trouble

2007-05-08 Thread Lester Caine
Brad Sumrall wrote: I have been hunting all around that website you referred me too looking for javascripting information and can find nothing. I know a little bit of php but little to nothing about javascripting. I have been beating my head against the wall on this one for weeks now, I am so cl

Re: [PHP] PhP and Java login trouble

2007-05-08 Thread Chris
Firstly always CC the list - others can provide help and suggestions too. Brad Sumrall wrote: Any chance you can tell me what I am doing wrong? Brad onsubmit="return BBValidateLogin();"> You don't have a javascript function called 'BBValidateLogin'. You have one called validateLogin whic

Re: [PHP] PhP and Java login trouble

2007-05-08 Thread Chris
Brad Sumrall wrote: I am trying to create a commonlogin.php which would perform a duel login for phpbb and a java based FCKEditor combined I have working code for each as an individual but not a clue how to combine them. Does anyone have any suggestion on where I can go for information abou

Re: [PHP] php and java appletsf

2004-05-24 Thread Tom Playford
On Fri, May 21, 2004 at 08:16:30AM -0700, jon wrote: > Nah... Maybe we're both confused. Is this a java app you wrote or one > that you found somewhere? If you know how to control the camera from > java and you know how to work in java, you could build yourself a quick > and dirty command-line j

Re: [PHP] php and java applets

2004-05-21 Thread jon
Nah... Maybe we're both confused. Is this a java app you wrote or one that you found somewhere? If you know how to control the camera from java and you know how to work in java, you could build yourself a quick and dirty command-line java application, then feed it commands from php using exec o

Re: [PHP] php and java applets

2004-05-21 Thread Tom Playford
jon wrote: Can you just send a command line java app commands from php? I'm not sure what you're getting at. Do you mean writing the Java code in the php page? I didn't know php could compile the code on the fly, can it? Or do you mean something else? Tom -- jon Tom Playford wrote: Dear all k

Re: [PHP] php and java applets

2004-05-21 Thread jon
Can you just send a command line java app commands from php? -- jon Tom Playford wrote: Dear all knowing list, I am trying to control the movement of a camera in real time from the web. But I also need to make sure that only the user I specify can have control. What I though I could do was

Re: [PHP] PHP and java

2003-10-30 Thread Jacob Vennervald
Why can't you do this using PHP? Have a php script generate a directory listing the user can choose from and when the user chooses a picture load that picture. Jacob On Thu, 2003-10-30 at 02:27, David Miller wrote: > I have written PHP code to upload and download files to my server through my >

Re: [PHP] PHP and java

2003-10-30 Thread - Edwin -
On Wed, 29 Oct 2003 19:27:36 -0600 David Miller <[EMAIL PROTECTED]> wrote: > I have written PHP code to upload and download files to my > server through my browser. >On the local side I have generated a java applet to do a >few things that I just > can't do with a browser. There are som

Re: [PHP] PHP and JAVA

2003-07-14 Thread Marek Kilimajer
Have you tried looking at http://www.php.net/java ? J.F.Kishor wrote: Hello all, I would like to know if there is a possibility in php to invoke JAVA RMI from php by enabling some options in php in php.ini file. If there is a possibility please let me know, where I can get a document ab

Re: [PHP] PHP and Java

2002-03-01 Thread Richard Fox
Minor point, but you do mean LD_LIBRARY_PATH, not LD_LIBRARYPATH right? Also, set [Java] extension = libphp_java.so extension_dir = (pathname to libphp_java.so) Rich -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP and Java

2002-03-01 Thread Richard Fox
>From my experience getting Java to run w/ PHP and Apache on RedHat 7.0, you can try setting the LD_LIBRARY_PATH environment variable ( without which my Java would not run) set to the location of libjava.so, libjvm.so, and php_java.jar, in my case (without line feeds) LD_LIBRARY_PATH="/usr/java/

RE: [PHP] PHP and Java

2002-03-01 Thread Hunter, Ray
, March 01, 2002 10:56 AM To: [EMAIL PROTECTED] Subject: RE: [PHP] PHP and Java no, it isn't. it is in usr/local/lib/php/modules > Is the libphp_java.so located in your apache libexec directory? > > > > Ray Hunter > Firmware Engineer > > ENTERASYS NETWORKS > >

RE: [PHP] PHP and Java

2002-03-01 Thread Proyecto de Grado
no, it isn't. it is in usr/local/lib/php/modules > Is the libphp_java.so located in your apache libexec directory? > > > > Ray Hunter > Firmware Engineer > > ENTERASYS NETWORKS > > > -Original Message- > From: Proyecto de Grado [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 01, 2002 10:

RE: [PHP] PHP and Java

2002-03-01 Thread Hunter, Ray
Is the libphp_java.so located in your apache libexec directory? Ray Hunter Firmware Engineer ENTERASYS NETWORKS -Original Message- From: Proyecto de Grado [mailto:[EMAIL PROTECTED]] Sent: Friday, March 01, 2002 10:49 AM To: [EMAIL PROTECTED] Subject: [PHP] PHP and Java I have Jav

Re: [PHP] php and java problem

2001-10-01 Thread Alexander Deruwe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 30 September 2001 21:36, Nikola Veber wrote: > Hi ! > > I was able to determine the user's screen resolution, but I'd like to let > php know that(the next page loaded should be in > the right resolution, I'd like to pass a value to php, but

Re: [PHP] php and java problem

2001-10-01 Thread George Pitcher
Nikola, I'm not a javascript user and new to php too. Is it possible to form your javascript result into a 'hidden' form value. That could then be read by the next php page. HTH George - Original Message - From: "Nikola Veber" <[EMAIL PROTECTED]> To: "php forum" <[EMAIL PROTECTED]> Sen

Re: [PHP] PHP and Java (CVS version)

2001-02-14 Thread Alex Akilov
Evan, It sounds like your PATH doesn't contain the JDK/bin directory. What happens if you type "which jar" at a command shell? Alex -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the li