You can subscribe to this list here.
| 2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(6) |
Oct
(6) |
Nov
(8) |
Dec
(2) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2005 |
Jan
(19) |
Feb
(15) |
Mar
(10) |
Apr
(8) |
May
(7) |
Jun
(9) |
Jul
(13) |
Aug
(31) |
Sep
(111) |
Oct
(52) |
Nov
(72) |
Dec
(42) |
| 2006 |
Jan
(21) |
Feb
(32) |
Mar
(33) |
Apr
(24) |
May
(15) |
Jun
(40) |
Jul
(32) |
Aug
(19) |
Sep
(38) |
Oct
(37) |
Nov
(63) |
Dec
(37) |
| 2007 |
Jan
(18) |
Feb
(39) |
Mar
(69) |
Apr
(49) |
May
(71) |
Jun
(59) |
Jul
(71) |
Aug
(85) |
Sep
(46) |
Oct
(14) |
Nov
(25) |
Dec
(56) |
| 2008 |
Jan
(24) |
Feb
(77) |
Mar
(104) |
Apr
(44) |
May
(41) |
Jun
(11) |
Jul
(31) |
Aug
(59) |
Sep
(44) |
Oct
(86) |
Nov
(66) |
Dec
(93) |
| 2009 |
Jan
(88) |
Feb
(41) |
Mar
(49) |
Apr
(135) |
May
(22) |
Jun
(31) |
Jul
(60) |
Aug
(71) |
Sep
(76) |
Oct
(18) |
Nov
(52) |
Dec
(20) |
| 2010 |
Jan
(8) |
Feb
(50) |
Mar
(35) |
Apr
(48) |
May
(46) |
Jun
(84) |
Jul
(38) |
Aug
(61) |
Sep
(51) |
Oct
(31) |
Nov
(17) |
Dec
(18) |
| 2011 |
Jan
(51) |
Feb
(14) |
Mar
(17) |
Apr
(23) |
May
(15) |
Jun
(11) |
Jul
(5) |
Aug
(5) |
Sep
(15) |
Oct
(8) |
Nov
(5) |
Dec
(25) |
| 2012 |
Jan
(2) |
Feb
(4) |
Mar
(6) |
Apr
(9) |
May
(27) |
Jun
(32) |
Jul
(36) |
Aug
(10) |
Sep
(16) |
Oct
(3) |
Nov
(13) |
Dec
(7) |
| 2013 |
Jan
(1) |
Feb
(4) |
Mar
|
Apr
(1) |
May
|
Jun
(2) |
Jul
|
Aug
(1) |
Sep
(4) |
Oct
(2) |
Nov
(1) |
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
(2) |
Apr
(1) |
May
(2) |
Jun
(9) |
Jul
(5) |
Aug
(2) |
Sep
(4) |
Oct
|
Nov
|
Dec
|
| 2015 |
Jan
(3) |
Feb
(2) |
Mar
(4) |
Apr
(3) |
May
(1) |
Jun
(2) |
Jul
|
Aug
(2) |
Sep
(5) |
Oct
(1) |
Nov
|
Dec
|
| 2016 |
Jan
|
Feb
(5) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(5) |
Sep
(3) |
Oct
|
Nov
|
Dec
|
| 2017 |
Jan
(6) |
Feb
|
Mar
|
Apr
(10) |
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(1) |
Dec
|
| 2018 |
Jan
(2) |
Feb
(5) |
Mar
|
Apr
|
May
(1) |
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2019 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2020 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
| 2021 |
Jan
(5) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2023 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
|
|
|
|
|
|
1
|
|
2
|
3
|
4
|
5
|
6
(4) |
7
(1) |
8
|
|
9
(2) |
10
(2) |
11
(6) |
12
(6) |
13
(10) |
14
(6) |
15
(2) |
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
|
23
|
24
(2) |
25
|
26
(5) |
27
(1) |
28
(5) |
29
(3) |
|
30
(1) |
31
|
|
|
|
|
|
|
From: <php...@li...> - 2007-12-09 16:08:33
|
Hi,
I have problem to connect PHP with java application using PHP/java bridge. I am using XAMPP 1.6.4 and Tomcat addon. I have created a simple PHP file that instantiate Java class, like:
<?php
$system=new Java('java.lang.System');
?>
If I use php_java.jar and php_java.dll that comes with xampp 1.6.4 installation I got error message:
Fatal error: java() [<a href='function.java'>function.java</a>]: Unable to load Java Library jvm.dll, error: The specified module could not be found. in C:\xampp\htdocs\example.php on line 2
However, phpInfo() gives the following information about Java
java.class.path C:\xampp\php\ext\php_java.jar C:\xampp\php\ext\php_java.jar
java.home C:\Program Files\Java\jdk1.6.0_02 C:\Program Files\Java\jdk1.6.0_02
java.library jvm.dll jvm.dll
java.library.path C:\php\ext C:\php\ext
My php.ini file Java module settings looks as follow
;;;;;;;;;;;;;;;;;;;
; Module Settings ;
;;;;;;;;;;;;;;;;;;;
[java]
java.home="C:\Program Files\Java\jdk1.6.0_02"
java.java="C:\Program Files\Java\jdk1.6.0_02\bin\javaw.exe"
java.class.path="C:\xampp\php\ext\php_java.jar"
java.library.path="C:\php\ext"
java.log_level=3
If I use php-java-bridge_3.2.1 I do not get any information about Java in phpInfo().
Is there any suggestion how to solve this problem?
Zoran
---------------------------------
Looking for last minute shopping deals? Find them fast with Yahoo! Search.
|
|
From: <php...@li...> - 2007-12-07 16:57:53
|
Hi,
> No Jost, I am sorry, but the documentation (and imho the file/directory
> structure of the archive) that comes with the PHP/Java Bridge leaves a lot
> to be desired to say the least.
I don't see how the documentation could be improved. Basically you fire up your J2EE server, copy
JavaBridge.war to its deploy folder and use Java from your PHP scripts as follows:
<?php require_once("java/Java.inc");
If that's too complicated, additional documentation won't help either.
> I would also suggest providing a different dll/so
What is a dll/so and why do you need it? There is no java.so or php_java.dll available for PHP.
Not now, not in the future, never.[1]
Regards,
Jost Boekemeier
[1] The java.so for Linux is only a compiled wrapper for java/Java.php, needed for Security
Enhanced Linux.
Heute schon einen Blick in die Zukunft von E-Mails wagen? Versuchen Sie´s mit dem neuen Yahoo! Mail. www.yahoo.de/mail
|
|
From: <php...@li...> - 2007-12-06 18:24:19
|
Hi, > http://www.dsl.uow.edu.au/~sk33/php5java.htm isn't it possible to follow the install instructions that came with the PHP/Java Bridge download instead? No Jost, I am sorry, but the documentation (and imho the file/directory structure of the archive) that comes with the PHP/Java Bridge leaves a lot to be desired to say the least. This is why most people (including myself) resort to the page mentioned above and I assume this is why this page is also mentioned in the official PHP/Java Bridge website. I would suggest putting all the different READMEs and installation guides in one big file and re-organizing them because it's not evident where one has to look for by the filename itself. I would also suggest providing a different dll/so (where needed) for the different versions of PHP because especially people who work on windows are not likely to compile (or have access to a compiler and the necessary knowledge to use it in the first place) any source code. This is why most PHP extensions provide these pre-compiled windows binaries. Finally, you should not assume that people who are trying to install/use the PHP/Java Bridge are proficient or even familiar with Java terminology. Last time I worked with Java was back in JDK 1.1, long before J2EE, Java Beans, Java Servlets and all sorts of other technical jargon came into play. Please don't get me wrong, I know you are trying to help and I appreciate you offering this library to the open-source community. I hope you will take the above as constructive criticism. :-) > I spent a lot of time trying to make it run with PHP 5.2.x and had no > luck. The pure Java implementation works with all PHP versions. The old php_java.dll or java.so only works with PHP4. (it may work with some PHP5 implementations, too, but we don't support it). Regards, Jost Boekemeier __________________________________ Ihre erste Baustelle? Wissenswertes für Bastler und Hobby Handwerker. www.yahoo.de/clever ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 _______________________________________________ php-java-bridge-users mailing list php...@li... https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users |
|
From: <php...@li...> - 2007-12-06 12:01:22
|
Hi, > http://www.dsl.uow.edu.au/~sk33/php5java.htm isn't it possible to follow the install instructions that came with the PHP/Java Bridge download instead? > I spent a lot of time trying to make it run with PHP 5.2.x and had no luck. The pure Java implementation works with all PHP versions. The old php_java.dll or java.so only works with PHP4. (it may work with some PHP5 implementations, too, but we don't support it). Regards, Jost Boekemeier __________________________________ Ihre erste Baustelle? Wissenswertes für Bastler und Hobby Handwerker. www.yahoo.de/clever |
|
From: <php...@li...> - 2007-12-06 08:00:02
|
Try with PHP 5.1.6. I spent a lot of time trying to make it run with PHP 5.2.x and had no luck. With PHP 5.1.6 it worked. ----- Original Message ----- From: <php...@li...> To: <php...@li...> Sent: Thursday, December 06, 2007 8:10 AM Subject: [Php-java-bridge-users] configuration problem with WinXP/ Php 5.2.5/ Apache 2.0.54 / php-java-bridge_3.2.1a_j2ee Hi , I am trying to install Java Bridge for that i have fallowed fallowing link http://www.dsl.uow.edu.au/~sk33/php5java.htm i am using fallowing configuration on my machine WinXP Php 5.2.5 Apache 2.0.54 php-java-bridge_3.2.1a_j2ee I have fallowed all instruction as per above link But in my phpinfo() all required things are not coming such as Java support - enable jav.status - running it only showing fallowing information JAVA DirectiveLocal ValueMaster Value java.class.pathC:\php\JavaBridge.jarC:\php\JavaBridge.jar java.homeC:\Program Files\Java\jdk1.5.0\binC:\Program Files\Java\jdk1.5.0\bin java.libraryC:\Program Files\Java\jre1.5.0\bin\client\jvm.dllC:\Program Files\Java\jre1.5.0\bin\client\jvm.dll java.library.pathC:\Program Files\Java\jre1.5.0\bin\client\jvm.dllC:\Program Files\Java\jre1.5.0\bin\client\jvm.dll Whenever I tried to run my test code in browser it will not display any thing But in apache error log it will show error like this Class 'Java' not found in C:\\Program Files\\Apache Group\\Apache2\\htdocs\\phpjava\\HelloWorld.php on line 4, referer: http://localhost/phpjava/ And for java bridge test file it will show error in log lik PHP Warning: fsockopen() [<a href='function.fsockopen '>function.fsockopen</a>]: unable to connect to 127.0.0.1:8080 (A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.\r\n) in C:\\Program Files\\Apache Group\\Apache2\\htdocs\\JavaBridge\\java\\Protocol.php on line 273, referer: http://localhost/JavaBridge/ so please help me to resolve this problem . Thanks Manish deshmukh ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 _______________________________________________ php-java-bridge-users mailing list php...@li... https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users |
|
From: <php...@li...> - 2007-12-06 07:12:38
|
=A0=0AHi ,=0AI am trying to install Java Bridge =0Afor that i have fallowe= d fallowing link =0Ahttp://www.dsl.uow.edu.au/~sk33/php5java.htm =0A =0Ai a= m using fallowing configuration on my machine =0AWinXP =0APhp 5.2.5=0AApach= e 2.0.54=0Aphp-java-bridge_3.2.1a_j2ee =0AI have fallowed all instruction= as per above link =0A=0A=0ABut in my phpinfo() all required things are not= coming such as =0AJava support =96 enable =0Ajav.status - running =0A=0Ai= t only showing fallowing information =0A = JAVA=0ADirectiveLocal ValueMaster = Value=0Ajava.class.pathC:\php\JavaBridge.jarC:\php\JavaBridge.jar=0Ajav= a.homeC:\Program Files\Java\jdk1.5.0\binC:\Program Files\Java\jdk1.5.0\bin= =0Ajava.libraryC:\Program Files\Java\jre1.5.0\bin\client\jvm.dllC:\Program = Files\Java\jre1.5.0\bin\client\jvm.dll=0Ajava.library.pathC:\Program Files\= Java\jre1.5.0\bin\client\jvm.dllC:\Program Files\Java\jre1.5.0\bin\client\j= vm.dll=0A=0A =0A =0AWhenever I tried to run my test code in browser it will= not display any thing =0ABut in apache error log it will show error like = this =0AClass 'Java' not found in C:\\Program Files\\Apache Group\\Apache2\= \htdocs\\phpjava\\HelloWorld.php on line 4, referer: http://localhost/phpja= va/ =0A =0A =0AAnd for java bridge test file it will show error in log lik = =0A=0A=0APHP Warning: fsockopen() [<a href=3D'function.fsockopen '>functio= n.fsockopen</a>]: unable to connect to 127.0.0.1:8080 (A connection attempt= failed because the connected party did not properly respond after a period= of time, or established connection failed because connected host has faile= d to respond.\r\n) in C:\\Program Files\\Apache Group\\Apache2\\htdocs\\Jav= aBridge\\java\\Protocol.php on line 273, referer: http://localhost/JavaBrid= ge/=0A =0A =0Aso please help me to resolve this problem . =0A=0A =0AThanks= =0AManish deshmukh =20 |