Accessing java class from php and html page to obtain a value -


i have web application developed using java or jsp. works fine on laptop (localhost). on loading index.jsp page, java class called (from index dot jsp) returns sound file client, , on clicking play button sound plays, during timing data collected, analyzed jsp page (analyze.jsp) , result submitted database.

my question want able call java class website developed using (php or html) , want work same way did on index.jsp. on same or different domain. please how can accomplish this? instance, how can call java class generate sound file me on php page or html?

========

@luiggi, call java class index.jsp using code:

<%     gettoken gt= new gettoken();     string tokenval = gt.mytoken(); %> 


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -