hai, i have integrate php with java so its useful to call simple java methods using class files , but i want to call jsp page in php through java method or any other method..
I thnk you can call it using xmlHttpRequest method.For More details visit w3schools and see AJAX Chapter
If you're calling an actual java page (Not javascript) then I don't think the xmlHttpRequest is going to be what you're looking for. Try this possibly: http://us.php.net/java What exactly are you trying to get from the java page? You may need to create some sort of Java API for the php script to call which would return some XML or other output that php can deal with.