The MU forums have moved to WordPress.org

Create a plugin with java (jar file) (4 posts)

  1. thtang
    Member
    Posted 16 years ago #

    I would like to know how to create the wpmu with Java. I have created a photo gallery using Java and created the jar file, how can i call the jar file in my php file.

    Thank you

  2. kingler
    Member
    Posted 16 years ago #

    create the WPMU? what exactly are you trying to achieve?

    Embed the java file in a post?

  3. thtang
    Member
    Posted 16 years ago #

    I want to create plugin that contains jar application. but i dont know how to create it.

    Please advice.

    Thank you.

  4. seanwedig
    Member
    Posted 16 years ago #

    You might need to poke around elsewhere on the net to see what others have done with calling external Java applications from PHP... that's a little out of scope for around here.

    The Oracle at Google could likely point you to some good resources for calling Java.

    You'd probably then need to have the PHP-side of the plugin to be glue / wrapper code that passes commands from WPMU down into your Java app and then parses / handles the responses to return to WPMU.

    -sean

About this Topic

  • Started 16 years ago by thtang
  • Latest reply from seanwedig