Forums

insert java web application (.jar) on post (4 posts)

  1. postandit
    Member
    Posted 1 year ago #

    Hello, im doing a work in wirefusion and i would like to publish it on a post in a site I have. The work is a java web application (.jar) I tryed to find a solution but i didnt found it anywere. please help me if you can!

    Thanks!

  2. t-p
    Member
    Posted 1 year ago #

  3. huyz
    Member
    Posted 11 months ago #

    I just released a new plugin that allows you to embed Java applets.

    http://wordpress.org/extend/plugins/java-applet-embed/

  4. alexandrudandodu
    Member
    Posted 7 months ago #

    Hi. I don't know how to put a .jar in an applet, but for me, both the following worked:

    - either have a link to the .jar file to be downloaded.

    - or put a .class file for the applet (I followed the advice given by makwak in another forum here (http://wordpress.org/support/topic/java-applet-how?replies=4)) who said:
    ...
    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!
    ...
    or codebase="http://localhost/wordpress/wp-content/applets".

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags