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

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

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

unit testing - How to mock PreferenceManager in Android? -