php java bridge dont work with windows xp and apache 2.0.5

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • anagai

    #1

    php java bridge dont work with windows xp and apache 2.0.5

    hi

    I have the java bridge library working fine on a windows 2000 and
    running apache 1.3 but cannot for whatever reason get it to work on
    windows xp and apache 2.0.5

    Ive included the following in php.ini:

    [java]
    java.class.path = "c:\PHP\ext\Jav aBridge.jar;"
    java.home = "c:\Sun\AppServ er\jdk\bin"
    java.library.pa th = "c:\PHP\ext "

    Ive installed j2ee 1.4 and jdk 5. I have installed the latest pecl
    package. The JavaBridge.jar and php_java.dll is in ext folder. I look
    in the apache error log file and always see this error:

    Unable to load dynamic library 'c:/php/ext\\php_java.d ll' - The
    specified procedure could not be found.\r\n in Unknown on line 0

    What is going on?

    any help is appreciated

    thank you

Working...