From: <php...@li...> - 2011-09-24 07:23:49
|
We are following below steps... tell us where we are wrong... We installed XAMPP in windows in C drive. We installed JDK 1.6.0_23 in C drive. 1) Do we need to install Tomcat ? 2) In which folder do we put JavaBridge.jar ? 3) In which folder do we put your 6 jar files ? 4) Which step we missed above ? In continue to 4 points in previous email, also confirm ... 5) We will set classpath system variable to your 6 jar files. 6) php.ini settings are as below ==================== java.class.path = "C:\Program Files\Java\jdk1.6.0_23\jre\lib;C:\<<WhereYouSayToPutJarFiles>>\cryptix32.jar;C:\<<WhereYouSayToPutJarFiles>>\sfa.jar;C:\<<WhereYouSayToPutJarFiles>>\servlet.jar;C:\<<WhereYouSayToPutJarFiles>>\jsse.jar;C:\<<WhereYouSayToPutJarFiles>>\jnet.jar;C:\<<WhereYouSayToPutJarFiles>>\jcert.jar;" java.library = "C:\Program Files\Java\jdk1.6.0_23\jre\bin\server\jvm.dll" java.home = "C:\Program Files\Java\jdk1.6.0_23\bin" java.library.path = "C:\Program Files\Java\jdk1.6.0_23\jre\lib" ==================== is it Properly steps to install php/javaBridge Integration... |