x

How to add an applet

I have tried every combination of the applet and object tag to get an applet to show.  I have a jar file that contains my applet class.  The jar file has been uploaded.  The documentation I have found recommends the object tag for html5.  I can run the applet in my IDE (eclipse) and it works.

<object type="application/x-java-applet" height="480" width="640">
<param name="codebase" value="/uploads/7/2/9/5/72955283/" />
<param name="code" value="com.cmmps.applets.ImageToPdf" />
<param name="archive" value="applets.jar" />
Java isn't working
</object>

Has anyone added applets?

1,203 Views
Message 1 of 2
Report
1 REPLY 1
Square

I'm not sure that you'll be able to upload those files and have it work.  You might have better luck uploading the files while editing a theme, although I'm not sure if it would help.

Any files uploaded there have a URL structure like:

http://www.mysite.com/files/theme/file.extension

1,179 Views
Message 2 of 2
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.