mariam Posted June 20, 2011 Share Posted June 20, 2011 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 More sharing options...
mariam Posted June 20, 2011 Author Share Posted June 20, 2011 My livegraph.jar is not a java applet . It is simply a java application so should i use be using <applet> or <object> at all? Link to comment https://forums.phpfreaks.com/topic/239867-how-to-call-jar-file-from-my-website/#findComment-1232131 Share on other sites More sharing options...
cssfreakie Posted June 21, 2011 Share Posted June 21, 2011 I never work with java, but this is probably what you are looking for: http://java.sun.com/products/plugin/1.3/docs/tags.html Link to comment https://forums.phpfreaks.com/topic/239867-how-to-call-jar-file-from-my-website/#findComment-1232545 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.