I have an applet that works fine on this page . It simply refers to the .class file. (unfortunately, I lost the source and jar files.)
I want to reference it here , however it does not start. Probably because it cannot find the class file. applet tag is as follows
<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 there is a .class file because I can reference it . So I'm at a dead end why this will not work.
source
share