问题标签 [php-java-bridge]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
170 浏览

java - 在 ubuntu 上使用 java-bridge 设置的 Cryptix 抛出算法未找到错误

我正在尝试设置支付网关。我为此设置了一个 java 桥,因为门户是一台 java 机器。我的设置如下:

  1. 阿帕奇服务器
  2. 雄猫 7
  3. Java-6-open jdk

以下是来自 catalina.out 的错误

我已将 cryptix32.jar 放在 tomcat 的共享文件夹中。此外,从 java.security 为 cryptix 提供程序添加或删除行也没有任何效果。

请任何人告诉我需要做什么才能消除此错误。

0 投票
0 回答
187 浏览

java - 如何将 php soap 客户端应用程序转换为 java

webERP开源

下面是 PHP Client soap Client API。如何将此 PHP 客户端脚本转换为 JAVA 客户端脚本。

客户端程序包含 5 个参数。

请告知webERP休息服务。

0 投票
4 回答
10972 浏览

php-java-bridge - java.lang.UnsupportedClassVersionError:不支持的major.minor 51.0版(无法加载类

项目详情: PHP 项目使用 JavaBridge 完成任务。我对这个项目的更新只针对 PHP 文件。

我现在已经查看了许多线程。我的Java编译版本是JDK1.6,我的服务器上运行的Java版本是:

我对这在我的设备上本地工作感到非常沮丧,但是当我在服务器上运行它时它失败了,tomacat 日志提供以下内容:

0 投票
1 回答
2378 浏览

java - JavaBridge 不打开 php(无法连接到服务器)

我正在尝试使用 JavaBridgeTemplate621 在 Apache Tomcat/7.0.42 上运行 php。

但是当我去localhost:8080/JavaBridgeTemplate621/index.php我看到这个:

HTTP 状态 500 - php.java.bridge.http.FCGIConnectException:无法连接到服务器

操作系统是 Ubuntu。PHP 版本 5.5.3-1ubuntu2.6。PHP 正在工作:phpinfo()函数显示我的 PHP 配置 ( localhost/test.php )

我该如何解决?

PS 听说必须把php-cgi放到/var/lib/tomcat7/webapps/JavaBridgeTemplate621/WEB-INF/cgi/i386-linux 下。我可以把它带到哪里?

0 投票
1 回答
1072 浏览

php-java-bridge - Why does JavaBridge work but JavaBridgeTemplate621 not

I am trying to install a PHP Java Bridge as per the instructions on http://php-java-bridge.sourceforge.net/pjb/index.php on Windows 7

I have PHP working fine on via IIS installed at c:\php

I copied the JavaBridge.war to c:\php which proved to get a good result from the test (running from c:\php)

I installed Tomcat 7 and copied the JavaBridge.war to webapps, which the service extract automatically and I am able to get the expected result from

All Ok Great!

However when I do the same with the JavaBrigdeTemplate621.war, the browser

returns an error

HTTP Status 500 - php.java.bridge.http.FCGIConnectException: Could not connect to server

I have not included the whole page as its very verbose, but the last root cause entry is

root cause

java.io.IOException: PHP not found. Please install php-cgi. PHP test command was: [php-cgi, -v] php.java.bridge.Util$Process.start(Util.java:1145) php.java.servlet.fastcgi.FCGIProcess.start(FCGIProcess.java:68) php.java.bridge.http.NPChannelFactory.doBind(NPChannelFactory.java:94) php.java.bridge.http.FCGIConnectionFactory.runFcgi(FCGIConnectionFactory.java:88) php.java.bridge.http.FCGIConnectionFactory$1.run(FCGIConnectionFactory.java:109)

I've tried restarting IIS as well as Tomcat several times

What am I missing (It's Hot and it's Friday ....)

I notice that

has a text file called php-cgi.exe.MISSING.README.txt

where as

has php-cgi.exe, php5ts.dll and php.ini

Is there another manual step required to get those in there not documented in the instructions?

0 投票
1 回答
737 浏览

java - Restful API 将分层/嵌套数据发布到 Web 服务

嗨,我正在尝试php-java-bridge用 RESTful API 替换,在较旧的应用程序 EJB 中,PHPphp-java-bridge使用这种桥接机制访问了 EJB,我能够将复杂的对象PHPJava.

现在我们已经用 Restful API 而不是对象替换了桥接器,我们必须发送每个单独的参数。

假设我有一User堂课由id,namefavouriteLinks

favrouteLinksLink是一个由title和组成的类型数组url

假设 API 正在尝试使用多个收藏链接详细信息来保存用户。现在您已经注意到这是一个需要传递的嵌套/分层信息。实现这一目标的正确方法是什么?

如果我有一组用户有一组最喜欢的链接怎么办????

请分享您的专家想法。

0 投票
3 回答
1933 浏览

java - xampp,php-java-bridge 显示通知:未定义属性:java_Client::$cancelProxyCreationTag

当我尝试使用 javaBridge 时收到以下通知,因为我想在 php 中使用 java 代码,我遵循了一些教程,但遇到了以下事情

整个test.php文件如下,除了提示其他一切正常,

有没有人遇到过同样的麻烦?谢谢!

0 投票
0 回答
570 浏览

java - 如何从php中的java函数获取字符串

我编写了 2 个 java 代码(FullTextIndexer.java 和 Indexer.java) FullTextIndexer 具有以下功能:

然后我编译它并将其压缩为 FullTextIndexer.jar 并将其放入我的 WEB-INF/lib 文件夹中。在我的 php 代码中:

我希望得到我的 file_name 字符串,但是我总是得到一个像 {0=0, 1=0} 大小为 2 的数组。但它正确地写入了 $a_value。我猜它在 main(args) 中找到了它的值,但之后擦除并且无法正确返回“do_exist_str”。我找不到正确获取此字符串的方法。任何帮助将不胜感激。提前致谢

0 投票
1 回答
1761 浏览

java - java.lang.ClassNotFoundException in PHP-Java bridge

I am working on PHP-Java Bridge.

A syntax from my php file looks as follows:

I have placed the package file cfa.jar which consist com/odus/apg/cfa/java/address.class file in TOMCAT.HOME/webapps/JavaBridge/WEB-INF/lib

And my php file is located at TOMCAT.HOME/webapps/JavaBridge

After this set-up I get

Is this set-up even correct? Are the jar files and php files located in correct directories? How can this error be resolved?

0 投票
0 回答
391 浏览

java - JavaBridge 在 tomcat 上返回 404 错误

我想使用 PHP / Javabridge。我下载了JavaBridge.war 并将其复制到tomcat8 服务器的webapp 目录中。但是当我启动tomcat服务器并输入这个url时:

飞行误差

我无法理解问题是什么,或者我该如何调试?