- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report

- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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:
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report