Join the Stack Overflow Community
Stack Overflow is a community of 6.8 million programmers, just like you, helping each other.
Join them; it only takes a minute:
Sign up

i have many java functions written in eclipse and i have a php interface developed. Now i would like to invoke my all java functions in php but i dont know how to link php and java any help would be appreciated.. please

How program works : PHP interface developed there's an button find temperature when i click that button it should invoke all the functions written in java in Eclipse and it should run completely and give an output. PS: functions are working properly

I'm Stuck with how to invoke or link php with java code in eclipse

Thank you

share|improve this question

I would suggest using webservices between the two applications. unless there is another method that I dont know about.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.