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
(3) |
2
|
3
(4) |
4
(8) |
5
|
|
6
(1) |
7
(2) |
8
(2) |
9
(1) |
10
|
11
|
12
(2) |
|
13
(11) |
14
|
15
|
16
|
17
(3) |
18
|
19
|
|
20
|
21
(4) |
22
(2) |
23
(7) |
24
(8) |
25
(2) |
26
(1) |
|
27
(2) |
28
(11) |
29
(2) |
30
|
|
|
|
|
From: <php...@li...> - 2009-09-28 19:34:41
|
> java.lang.NoClassDefFoundError php.java.bridge.http. ContextServer.<init>(
ContextServer.java:91
Nice java error message, isn't it. Thank you Sun... The only hint is the
word "security manager" hidden in one of the stack frames:
You can solve this problem by moving JavaBridge.jar,
php-servlet.jar,php_script.jar (yes, move, not copy!) to the tomcat lib dir,
please see our FAQ entry: "I want to use Tomcat's security manager, how do I
install the bridge?" for details.
Regards,
Jost Boekemeier
On Sep 28, 2009 8:28 PM, <php...@li...>
wrote:
Hi,
i am trying to move my code (which uses the bridge) from my sandbox setup at
home to my hosting provider. As expected there are issue:
The code that i am trying to execute right is simply the test code:
//TEST
$DocRoot = $_SERVER['DOCUMENT_ROOT'];
require_once ("http://www.xpdtek.com:8080/sandbox/java/Java.inc");
echo java("java.lang.System")->getProperties();
The require_once call passes without problems. When i try to do the
getProtperties() call, however, i get the http status 500 error (see below).
At this point i am not sure if there is anything i can do, or if i have to
switch hosting.
Has anyone had any experience with this?
thanks
matt
protocol error:
HTTP Status 500 -
type Exception report
message
description The server encountered an internal error () that prevented it
from
fulfilling this request.
exception
javax.servlet.ServletException
org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:284)
org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:157)
org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:110)
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:535)
org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:417)
org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
java.lang.Thread.run(Thread.java:595)
root cause
java.lang.NoClassDefFoundError
php.java.bridge.http.ContextServer.<init>(ContextServer.java:91)
php.java.servlet.PhpJavaServlet.getContextServer(PhpJavaServlet.java:246)
php.java.servlet.PhpJavaServlet.init(PhpJavaServlet.java:87)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
java.lang.reflect.Method.invoke(Method.java:585)
org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:239)
java.security.AccessController.doPrivileged(Native Method)
javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:266)
org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:157)
org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:110)
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:535)
org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:417)
org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
java.lang.Thread.run(Thread.java:595)
------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
php-java-bridge-users mailing list
php...@li...
https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users
|
|
From: <php...@li...> - 2009-09-28 15:59:20
|
Thank you for your cooperation, the version that needs to deploy JavaBridge.war and use Java.inc side php work perfectly, we have followed the steps on the link that you sent us, thank you again Regards, Reda Zerhouni 2009/9/28 <php...@li...> > Hi, > > > with php_java.dll module installed with wamp > > *Fatal error*: java() [<a href='function.java'>function. > java</ a>]: > Unable to create Java Virtual Machine > > I don't know what this "php_java.dll" is or where you've got it from, but > it > seems to crash your php installation. > > If you want to use the php java bridge, please re-install php with the > recommended php.ini or with no php.ini at all and then require the > "Java.inc" PHP library as usual. Please see the install instruction at > http://php-java-bridge.sf.net/pjb/installation.php for details. > > Regards, > Jost Boekemeier > > On Sep 28, 2009 5:33 PM, <php...@li...> > wrote: > > we are working on a project TMA, we use wamp 1.7.3 and php 5.4.2 on > windows, > we try with php_java.dll module installed with wamp, the php.ini > configuration is as follows. > > java.home = "C:\vadmobile\jdk1.5.0_06" > java.java_home = "C:\vadmobile\jdk1.5.0_06\bin" > java.java = "C:\vadmobile\jdk1.5.0_06\bin\javaw.exe" > java.class.path = "E:\wamp\php\ext\JavaBridge.jar" > java.library.path = "E:\wamp\php\ext" > > > However when we perform an example to test the following error that > appears: > > *Fatal error*: java() [<a href='function.java'>function.java</a>]: Unable > to > create Java Virtual Machine in *E:\wamp\www\javatest.php* on line *3* > > 2009/9/28 <php...@li...> > > > You can use the cvs command. Please see the documentation on > > http://sf.netfor details. > > > > However, I still don't understand why you want to follow some external > > > install instructions (w... > > > > > ------------------------------------------------------------------------------ > > Come build with u... > > > php...@li... > > > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > > -----------------------------... > > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register now! > http://p.sf.net/sfu/devconf > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > |
|
From: <php...@li...> - 2009-09-28 15:49:41
|
Hi, > with php_java.dll module installed with wamp > *Fatal error*: java() [<a href='function.java'>function. > java</ a>]: Unable to create Java Virtual Machine I don't know what this "php_java.dll" is or where you've got it from, but it seems to crash your php installation. If you want to use the php java bridge, please re-install php with the recommended php.ini or with no php.ini at all and then require the "Java.inc" PHP library as usual. Please see the install instruction at http://php-java-bridge.sf.net/pjb/installation.php for details. Regards, Jost Boekemeier On Sep 28, 2009 5:33 PM, <php...@li...> wrote: we are working on a project TMA, we use wamp 1.7.3 and php 5.4.2 on windows, we try with php_java.dll module installed with wamp, the php.ini configuration is as follows. java.home = "C:\vadmobile\jdk1.5.0_06" java.java_home = "C:\vadmobile\jdk1.5.0_06\bin" java.java = "C:\vadmobile\jdk1.5.0_06\bin\javaw.exe" java.class.path = "E:\wamp\php\ext\JavaBridge.jar" java.library.path = "E:\wamp\php\ext" However when we perform an example to test the following error that appears: *Fatal error*: java() [<a href='function.java'>function.java</a>]: Unable to create Java Virtual Machine in *E:\wamp\www\javatest.php* on line *3* 2009/9/28 <php...@li...> > You can use the cvs command. Please see the documentation on > http://sf.netfor details. > > However, I still don't understand why you want to follow some external > install instructions (w... > ------------------------------------------------------------------------------ > Come build with u... > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > -----------------------------... php...@li... https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users |
|
From: <php...@li...> - 2009-09-28 15:32:58
|
we are working on a project TMA, we use wamp 1.7.3 and php 5.4.2 on windows, we try with php_java.dll module installed with wamp, the php.ini configuration is as follows. java.home = "C:\vadmobile\jdk1.5.0_06" java.java_home = "C:\vadmobile\jdk1.5.0_06\bin" java.java = "C:\vadmobile\jdk1.5.0_06\bin\javaw.exe" java.class.path = "E:\wamp\php\ext\JavaBridge.jar" java.library.path = "E:\wamp\php\ext" However when we perform an example to test the following error that appears: *Fatal error*: java() [<a href='function.java'>function.java</a>]: Unable to create Java Virtual Machine in *E:\wamp\www\javatest.php* on line *3* 2009/9/28 <php...@li...> > You can use the cvs command. Please see the documentation on > http://sf.netfor details. > > However, I still don't understand why you want to follow some external > install instructions (which won't work anyway/will be slow) . > > On Sep 28, 2009 1:26 PM, <php...@li...> > wrote: > > OK, > the last question , what tool can i use to check out javabridge from this > repository > > http://php-java-bridge.cvs.sourceforge.net/viewvc/php-java-bridge/php-java-bridge/?hideattic=0&pathrev=Release-3-2-1 > Than you > > 2009/9/28 <php...@li...> > > > http://www.dsl.uow.edu.au/~ <http://www.dsl.uow.edu.au/%7E> < > http://www.dsl.uow.edu.au/%7E > >sk33/php5java.htm > > > > Then you should ask the person who wrote this article. > > However, if > you're interested in the ... > > http://www.dsl.uow.edu.au/~sk33/php5java.htm<http://www.dsl.uow.edu.au/%7Esk33/php5java.htm> > < > http://www.dsl.uow.edu.au/%7Esk33/php5java.htm> > > > > we need to run this command on the File JavaBridge.war version 3.2.1 or > > execute the file test.... > > > > > ------------------------------------------------------------------------------ > > Come build with u... > > > php...@li... > > https://lists.sourceforge.net/lists/listinfo/php-jav... > > > ------------------------------------------------------------------------------ > Come build with us! T... > > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-br... > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register now! > http://p.sf.net/sfu/devconf > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > |
|
From: <php...@li...> - 2009-09-28 15:16:36
|
You can use the cvs command. Please see the documentation on http://sf.netfor details. However, I still don't understand why you want to follow some external install instructions (which won't work anyway/will be slow) . On Sep 28, 2009 1:26 PM, <php...@li...> wrote: OK, the last question , what tool can i use to check out javabridge from this repository http://php-java-bridge.cvs.sourceforge.net/viewvc/php-java-bridge/php-java-bridge/?hideattic=0&pathrev=Release-3-2-1 Than you 2009/9/28 <php...@li...> > > http://www.dsl.uow.edu.au/~ <http://www.dsl.uow.edu.au/%7E >sk33/php5java.htm > > Then you should ask the person who wrote this article. > > However, if you're interested in the ... > http://www.dsl.uow.edu.au/~sk33/php5java.htm< http://www.dsl.uow.edu.au/%7Esk33/php5java.htm> > > we need to run this command on the File JavaBridge.war version 3.2.1 or > execute the file test.... > ------------------------------------------------------------------------------ > Come build with u... > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-jav... ------------------------------------------------------------------------------ Come build with us! T... php...@li... https://lists.sourceforge.net/lists/listinfo/php-java-br... |
|
From: <php...@li...> - 2009-09-28 11:26:24
|
OK, the last question , what tool can i use to check out javabridge from this repository http://php-java-bridge.cvs.sourceforge.net/viewvc/php-java-bridge/php-java-bridge/?hideattic=0&pathrev=Release-3-2-1 Than you 2009/9/28 <php...@li...> > > http://www.dsl.uow.edu.au/~ <http://www.dsl.uow.edu.au/%7E>sk33/php5java.htm > > Then you should ask the person who wrote this article. > > However, if you're interested in the PHP/Java Bridge, please see > php-java-bridge.sf.net for further information. > > On Sep 28, 2009 1:15 PM, <php...@li...> > wrote: > > Here is the link where I got the information about the installation > > http://www.dsl.uow.edu.au/~sk33/php5java.htm<http://www.dsl.uow.edu.au/%7Esk33/php5java.htm> > > we need to run this command on the File JavaBridge.war version 3.2.1 or > execute the file test.bat to generate the correct .dll and php.ini. > > Thank you > > > 2009/9/28 <php...@li...> > > > Hi, > > I am sorry, but I don't understand. What is a > "java-x86-windows.dll" and > why > do you n... > > > > > ------------------------------------------------------------------------------ > > Come build with u... > > > php...@li... > > > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > > -----------------------------... > > php...@li... > > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register now! > http://p.sf.net/sfu/devconf > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > |
|
From: <php...@li...> - 2009-09-28 11:19:48
|
> http://www.dsl.uow.edu.au/~ sk33/php5java.htm Then you should ask the person who wrote this article. However, if you're interested in the PHP/Java Bridge, please see php-java-bridge.sf.net for further information. On Sep 28, 2009 1:15 PM, <php...@li...> wrote: Here is the link where I got the information about the installation http://www.dsl.uow.edu.au/~sk33/php5java.htm we need to run this command on the File JavaBridge.war version 3.2.1 or execute the file test.bat to generate the correct .dll and php.ini. Thank you 2009/9/28 <php...@li...> > Hi, > > I am sorry, but I don't understand. What is a "java-x86-windows.dll" and > why > do you n... > ------------------------------------------------------------------------------ > Come build with u... > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > -----------------------------... php...@li... https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users |
|
From: <php...@li...> - 2009-09-28 11:15:09
|
Here is the link where I got the information about the installation http://www.dsl.uow.edu.au/~sk33/php5java.htm we need to run this command on the File JavaBridge.war version 3.2.1 or execute the file test.bat to generate the correct .dll and php.ini. Thank you 2009/9/28 <php...@li...> > Hi, > > I am sorry, but I don't understand. What is a "java-x86-windows.dll" and > why > do you need it? > > On Sep 28, 2009 1:03 PM, <php...@li...> > wrote: > > Hi, > Sorry how to check out this version from repository, i dont see the > java-x86-windows.dll file in the viewer > Please need help!! > Thank you > > 2009/9/25 <php...@li...> > > > Hi, > > You can check out PHP/Java Bridge version 3.2.1 from here: > > > http://php-java-bridge.cvs... > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register now! > http://p.sf.net/sfu/devconf > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > |
|
From: <php...@li...> - 2009-09-28 11:08:02
|
Hi, I am sorry, but I don't understand. What is a "java-x86-windows.dll" and why do you need it? On Sep 28, 2009 1:03 PM, <php...@li...> wrote: Hi, Sorry how to check out this version from repository, i dont see the java-x86-windows.dll file in the viewer Please need help!! Thank you 2009/9/25 <php...@li...> > Hi, > > You can check out PHP/Java Bridge version 3.2.1 from here: > > http://php-java-bridge.cvs... |
|
From: <php...@li...> - 2009-09-28 11:03:01
|
Hi, Sorry how to check out this version from repository, i dont see the java-x86-windows.dll file in the viewer Please need help!! Thank you 2009/9/25 <php...@li...> > Hi, > > You can check out PHP/Java Bridge version 3.2.1 from here: > > http://php-java-bridge.cvs.sourceforge.net/viewvc/php-java-bridge/php-java-bridge/?pathrev=Release-3-2-1 > > Regards, > Jost Boekemeier > > On Sep 25, 2009 7:24 PM, <php...@li...> > wrote: > > Hello i am a web developper recently i have to work on an php-javabridge > project and i need the version php-java-bridge_3.2.1_j2ee.zip for windows i > havn't find this version anywhere, anybody can help us is welcome. > Thank you > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register now! > http://p.sf.net/sfu/devconf > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register now! > http://p.sf.net/sfu/devconf > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > |