All Questions
Tagged with php-java-bridge java-bridge-method
4 questions
0
votes
0
answers
551
views
How to run JAR file using php script?
I tried JAVA bridge to get output from my jar file followed this https://stackoverflow.com/a/10253798/1870048, I am using XAMP Server and from that Apache and Tomcat server is been used
...
0
votes
1
answer
281
views
sometimes I unable to connect to connect to socket using php java bridge
we are using java bridge from PHP application to connect to java application.
But at times, connection get failed to connect. Below is the fucntion used to connect. I am not getting what the issue is. ...
0
votes
0
answers
272
views
Running PhP JavaBridge on my website hosted by godaddy
I am working on a code which requires java at the back-end and php at the front end to enable users print tickets/receipt from a printer. So far, my PhP JavaBridge code is working perfectly on my ...
1
vote
0
answers
194
views
How can i increase Zend Java Bridge Log verbosity?
Is possible increase log verbosity using some directives within watchdog-jb.ini ?
I can enable file logging changing the value of this directive, from 0 to 1:
-Dzend.javamw.log=0
and adding this one:
...