Jump to content

how to call .jar file from my website


mariam

Recommended Posts

Hi i made this website (using readily available scripts mostly). I want it to call this .jar file that is basically a graph plotting tool. I read on w3schools.com that i should use <object> tag (instead of <applet> that is deprecated) which is said to be used for audio, videos, Java applets, ActiveX, PDF, and Flash. The example given there is for  flash

<object width="400" height="400">

<param name="movie" value="/flash/helloworld.swf">

</object>

this shows a flashy text saying hello world. I want to use this for calling my livegraph.jar that ive also saved on my web server. Any idea how to go about it?? I need urgent help.

Link to comment
https://forums.phpfreaks.com/topic/239867-how-to-call-jar-file-from-my-website/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.