> i am trying to call, in php ,  a java class method which happens to
> be my own as well .... user defined that is
> 
> how do i go about this ????
> and that also if its possible at all .....

Well you could use exec("") to execute a shell command.  Of course, that
is /if/ safemode isn't enabled.  

You can also spit out HTML with <APPLET> tags no problem.

I suppose it depends on what you are trying to do...

-Dan


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to