Title: java applet, how?
Last modified: August 18, 2016

---

# java applet, how?

 *  [makwak](https://wordpress.org/support/users/makwak/)
 * (@makwak)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/java-applet-how/)
 * Hi,
    What is the best way to insert a java applet into a post? I seem to get 
   errors and security issues. Thanks

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [makwak](https://wordpress.org/support/users/makwak/)
 * (@makwak)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/java-applet-how/#post-228049)
 * As long as the applet is on the same website, something like the following worked
   for us, inside a page:
    `<applet code="SomeApplet.class" width=480 height=240
   codebase="http://www.yoururl.com/wp-content/applet";> <param name="iconwidth"
   value="48"> </param><param name="iconheight" value="48"> </param></applet>
 * In case anyone needs to know!
 *  [PetLvr](https://wordpress.org/support/users/petlvr/)
 * (@petlvr)
 * [20 years, 8 months ago](https://wordpress.org/support/topic/java-applet-how/#post-228163)
 * Hi Makwak … Did you get working? What’s the URL (if I may ask)… I’ve been trying
   to get something like [http://www.mts.net/~hbs/yvonne/puzzle14.htm](http://www.mts.net/~hbs/yvonne/puzzle14.htm)(
   if you view source) embedded in my pages .. with no luck… The error message I
   keep receiving is “Loading Java Applet Failed”. I’ve tried in regular posts and
   in page posts and modify the url to the location of the files .. I have them 
   all in my [http://www.HARTandYVONNE.com/blog/puzzle/](http://www.HARTandYVONNE.com/blog/puzzle/)
   folder .. It just seems that somehow my wordpress is making it stop. BTW I have
   a bunch of plug-ins installed, including Textile1 activated.
 * Any thoughts? // HART
 *  [jminor](https://wordpress.org/support/users/jminor/)
 * (@jminor)
 * [19 years, 11 months ago](https://wordpress.org/support/topic/java-applet-how/#post-228229)
 * Chances are the path to the jar file is incorrect.
 * Here is an example that works:
    [http://lux.vu/blog/?p=4](http://lux.vu/blog/?p=4)
 * The text of the post contains:
 * `<applet width="400" height="400" archive="/applets/interleaves.jar" code="interleaves"/
   >`
 * and the jar file is in an ‘applets’ directory at the root of my website. You 
   could use a relative path also.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘java applet, how?’ is closed to new replies.

## Tags

 * [applet](https://wordpress.org/support/topic-tag/applet/)
 * [java](https://wordpress.org/support/topic-tag/java/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 3 participants
 * Last reply from: [jminor](https://wordpress.org/support/users/jminor/)
 * Last activity: [19 years, 11 months ago](https://wordpress.org/support/topic/java-applet-how/#post-228229)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
