PHP怎么调用java代码

WBOY
Release: 2016-06-13 11:46:58
Original
849 people have browsed it

PHP如何调用java代码?
新手求问~

现在有一个java文件,比如说里面有这个函数 
String test(String s){ 
String s2
// do something deal with data base
return s2;
}

还有一个html页面,点击一个按钮,希望把从页面获取来的一个字符串传给java函数,java函数返回结果,然后显示一下。

不知道这个信息有用没有:现在我用的是 WAMPSever

求教如何才能做到让前台的PHP调用这个java函数呢?多谢!


------解决方案--------------------
tomacat+apache得有吧

然后,你的java代码得嵌入进去吧!

然后再用php通过socket或者curl调用,

应该就可以了吧
------解决方案--------------------
1.PHP CURL调用Java Servlet
2.Java写个WebService,PHP调用

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template