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
(12) |
7
(5) |
8
(6) |
9
(1) |
10
(1) |
11
(4) |
|
12
(2) |
13
(7) |
14
|
15
(1) |
16
(1) |
17
(2) |
18
(2) |
|
19
(1) |
20
(2) |
21
(1) |
22
(4) |
23
|
24
(9) |
25
(5) |
|
26
(4) |
27
(2) |
28
(2) |
29
(1) |
30
(11) |
31
|
|
|
From: <php...@li...> - 2008-10-11 19:20:42
|
Hi,
in follow up to my previous email:
pls disregard. I fixed the problem with another variation of the properties
settings.
Regards,
Bart
On Sat, Oct 11, 2008 at 9:07 PM, Bart Orriens <bar...@gm...>wrote:
>
> Hi,
>
> regarding the Netbeans issue. I attempted to solve the issue, but no luck
> yet. To just summarize the status:
>
> -ran the war installation part
> -copied the java bridge and php-script jar files to the java.ext.dirs.
> -the simple code I am trying to run is (without the try/catch):
>
> InvocablePhpScriptEngine engine = new InvocablePhpScriptEngine();
> String s = "<?php echo 'HelloWorld!\n'; ?>";
> System.out.println("here");
> engine.eval(new StringReader(s));
> System.out.println("here2");
> String name = (String)
> ((Invocable)engine).invokeFunction("java_get_server_name", new Object[]{});
> System.out.println("PHP/Java communication port: " + name);
> engine.eval((Reader)null);
>
> -this leads to the reported error of the null pointer exception when
> obtaining a handler.
>
> I suspect the problem may lie in setting the properties of the bridge in
> the java code. In my code
> I set them as follows:
>
> System.setProperty("php.java.bridge.default_log_level", "3");
> System.setProperty("php.java.bridge.default_log_file", "");
> System.setProperty("php.java.bridge.php_exec", "php-cgi");
>
> Now, I am running this on Windows, where the location of the php-cgi.exe
> file is "c:\php\php-cgi.exe" (which is part of the standard php 5.2.6
> download together with the php5ts.dll library).
>
> I attempted to set the "php.java.bridge.php_exec" property to this location
> (in different variations), but that did not work.
> Could you please inform what is the proper way to set these properties (in
> order to rule out this potential cause)?
>
> Regards,
> Bart
>
>
>
> On Wed, Oct 8, 2008 at 8:45 PM, <
> php...@li...> wrote:
>
>> Hi,
>>
>> > 8) ran the code resulting in the error reported in the
>> > email below.
>>
>> we're sorry, but we could not reproduce this problem.
>>
>>
>> Please open a bug report (please use
>> http://sourceforge.net/tracker/?func=add&group_id=117793&atid=679233) and
>> include a piece of test code and the php executable (php-cgi.exe,php5ts.dll)
>> and the JavaBridge.jar and php-script.jar you've used for the test. Please
>> also include the error message.
>>
>>
>> Regards,
>> Jost Boekemeier
>>
>>
>>
>>
>>
>>
>> -------------------------------------------------------------------------
>> This SF.Net email is sponsored by the Moblin Your Move Developer's
>> challenge
>> Build the coolest Linux based applications with Moblin SDK & win great
>> prizes
>> Grand prize is a trip for two to an Open Source event anywhere in the
>> world
>> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>> _______________________________________________
>> php-java-bridge-users mailing list
>> php...@li...
>> https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users
>>
>
>
>
> --
> The new is always the old. Everything that's old was once new, and
> everything that's new will one day be old. The oldest thing of all is the
> present, because there's never been anything else but the present. No one
> has ever lived in the past, and no one lives in the future, either.
>
--
The new is always the old. Everything that's old was once new, and
everything that's new will one day be old. The oldest thing of all is the
present, because there's never been anything else but the present. No one
has ever lived in the past, and no one lives in the future, either.
|
|
From: <php...@li...> - 2008-10-11 19:07:37
|
Hi,
regarding the Netbeans issue. I attempted to solve the issue, but no luck
yet. To just summarize the status:
-ran the war installation part
-copied the java bridge and php-script jar files to the java.ext.dirs.
-the simple code I am trying to run is (without the try/catch):
InvocablePhpScriptEngine engine = new InvocablePhpScriptEngine();
String s = "<?php echo 'HelloWorld!\n'; ?>";
System.out.println("here");
engine.eval(new StringReader(s));
System.out.println("here2");
String name = (String)
((Invocable)engine).invokeFunction("java_get_server_name", new Object[]{});
System.out.println("PHP/Java communication port: " + name);
engine.eval((Reader)null);
-this leads to the reported error of the null pointer exception when
obtaining a handler.
I suspect the problem may lie in setting the properties of the bridge in the
java code. In my code
I set them as follows:
System.setProperty("php.java.bridge.default_log_level", "3");
System.setProperty("php.java.bridge.default_log_file", "");
System.setProperty("php.java.bridge.php_exec", "php-cgi");
Now, I am running this on Windows, where the location of the php-cgi.exe
file is "c:\php\php-cgi.exe" (which is part of the standard php 5.2.6
download together with the php5ts.dll library).
I attempted to set the "php.java.bridge.php_exec" property to this location
(in different variations), but that did not work.
Could you please inform what is the proper way to set these properties (in
order to rule out this potential cause)?
Regards,
Bart
On Wed, Oct 8, 2008 at 8:45 PM, <php...@li...
> wrote:
> Hi,
>
> > 8) ran the code resulting in the error reported in the
> > email below.
>
> we're sorry, but we could not reproduce this problem.
>
>
> Please open a bug report (please use
> http://sourceforge.net/tracker/?func=add&group_id=117793&atid=679233) and
> include a piece of test code and the php executable (php-cgi.exe,php5ts.dll)
> and the JavaBridge.jar and php-script.jar you've used for the test. Please
> also include the error message.
>
>
> Regards,
> Jost Boekemeier
>
>
>
>
>
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> php-java-bridge-users mailing list
> php...@li...
> https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users
>
--
The new is always the old. Everything that's old was once new, and
everything that's new will one day be old. The oldest thing of all is the
present, because there's never been anything else but the present. No one
has ever lived in the past, and no one lives in the future, either.
|
|
From: <php...@li...> - 2008-10-11 17:18:35
|
Please see FAQ entry "How do I load impure Java libraries?"
Regards,
faq-o-matic
|
|
From: <php...@li...> - 2008-10-11 16:47:11
|
Hello, Well I'm starting using php-java-bridge under linux. I add to use it to be able to integrate Matlab project exported in Java. To use Matlab library it's need to have the LD_LIBRARY_PATH define to Matlab runtime environnement. When I implement Matlab Java export in Java, there is no problem, after I have define LD_LIBRARY_PATH with "export". When I try the same implementation with php, I got the error message indicating that it does not find Matlab PATH. "java.lang.Exception: Failed to find the runtime libraries, required by MATLAB Builder JA, on system path" However, I try "export", php putenv function and exec() without success. Thanks in advance for your help Regards David |