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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.