java bridge and error Appache
Posted by: tff (---.profils-systemes.com)
Date: April 14, 2008 10:08AM

I try for the third time to add java bridge in wampserver 2.

I downloaded javabridge
I wrote in my php.ini

java.class.path = "C:\wamp\bin\php\php5.2.5\ext\php_java.jar;"
java.library = "C:\Program Files\Java\jdk1.5.0_11\jre\bin\server\jvm.dll"
java.home = "C:\Program Files\Java\jdk1.5.0_11\bin"
java.library.path = "C:\wamp\bin\php\php5.2.5\ext\;"

When i start Wamp Server, Appache crash.

I have no idea what's wrong, i checked all paths are OK.

Can someone help me please ?

Options: ReplyQuote
Re: java bridge and error Appache
Posted by: toivo (---.belrs4.nsw.optusnet.com.au)
Date: April 14, 2008 01:48PM

Hi,

Just a couple of observations: some of your paths inside the quotation marks have a semicolon ; at the end which does not look consistent. One of the paths ends in a backslash \ and the other two paths don't.

Here is a thread on this forum which may offer some help, even though part of it is in French: [forum.wampserver.com]

Regards,

toivo
Sydney, Australia

Options: ReplyQuote
Re: java bridge and error Appache
Posted by: tff (---.profils-systemes.com)
Date: April 14, 2008 02:10PM

I saw and tried all the instructions in the post about Java Bridge but it doesn't work.

i deleted the semicolon but nothing change. Apache still crashes.

Here's my new php.ini

[java]
java.class.path = "C:\wamp\bin\php\php5.2.5\ext\php_java.jar"
java.library = "C:\Program Files\Java\jdk1.5.0_11\jre\bin\server\jvm.dll"
java.home = "C:\Program Files\Java\jre1.5.0_11\"
java.library.path = "C:\wamp\bin\php\php5.2.5\ext\"

If there's no error in php.ini, the crash could come from the php_java.dll or php_java.jar.

How can i proceed to verify php_java.dll and / or php_java.jar

Regards,

Alexis

Options: ReplyQuote


Sorry, only registered users may post in this forum.