problem with php-java

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • thallasridevi
    New Member
    • Dec 2007
    • 27

    problem with php-java

    Hi all,

    http://www.hiveminds.c o.uk/node/3811
    I have followed the instructions from the above link to execute a java class from a php page. I have set up all as mentioned and when i used phpinfo(), it does not show the java part and when i tried to run the php program which contains the java method call is not running.

    Can any one please tell me how to do this.

    Thanks in advance,
    Sridevi.
  • Atli
    Recognized Expert Expert
    • Nov 2006
    • 5062

    #2
    When using any sort of server software on Windows, it's best to reboot everything every two key-strokes or so.

    So, try rebooting. See if that helps.

    You may also need to add the PHP installation directory to the PATH variable, or in case that fails, copy the configuration files to the Windows directory.

    Comment

    • thallasridevi
      New Member
      • Dec 2007
      • 27

      #3
      I have copied the configuration files to the windows directory but it does not load the java mocule in phpinfo() and the php file which uses java object is not working. Please suggest me a solution.

      Originally posted by Atli
      When using any sort of server software on Windows, it's best to reboot everything every two key-strokes or so.

      So, try rebooting. See if that helps.

      You may also need to add the PHP installation directory to the PATH variable, or in case that fails, copy the configuration files to the Windows directory.

      Comment

      • thallasridevi
        New Member
        • Dec 2007
        • 27

        #4
        Otherwise Please tell me any alternative way of calling the java object in php if any.
        Please help me.

        Originally posted by thallasridevi
        I have copied the configuration files to the windows directory but it does not load the java mocule in phpinfo() and the php file which uses java object is not working. Please suggest me a solution.

        Comment

        • thallasridevi
          New Member
          • Dec 2007
          • 27

          #5
          Now the java module is showing up in phpinfo() but when i tried to run the java1.php file, it shows a "page can not be displayed" page. What do i need to do to execute this page?

          Comment

          Working...