html - Embedding a java applet in Wordpress -


i have applet works alright on page. references .class file. (unfortunately, have lost source, , jar files.)

i want reference here, not start. because cannot find class file. applet tag looks this

<applet code="/applets/language/languageengineapplet.class" width="1174" height="402"> <embed code="/applets/language/languageengineapplet.class" width="1174" height="402" type="application/x-java-applet" pluginspage="http://www.java.com/en/download/manual.jsp"/> </applet> 

i know .class file there, because i can link it. i'm stumped why won't work.

i put applet in page on it's own. problem not java version, class name , path , package interacting somehow. had put in directory on own, html file referenced in directory.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -