User Tag List

Results 1 to 5 of 5

Thread: Java applet class name

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleSWF Export Module

    Join Date
    Jan 2013
    Posts
    41
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Java applet class name

    I am trying to embed my .jar file on wordpress.com, which sounds easy enough.

    But how do I find my "class name"? (Never used .jar file before)

  2. #2
    Forum Moderator

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export ModuleInstall Creator Pro
    nivram's Avatar
    Join Date
    Jul 2006
    Location
    Bandon, Oregon
    Posts
    6,773
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    When you build your file there should be a HTML file. This is what you use to embed the file on the webpage.

    Marv
    ​458 TGF to CTF 2.5+ Examples and games
    http://www.castles-of-britain.com/mmf2examples.htm

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleSWF Export Module

    Join Date
    Jan 2013
    Posts
    41
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for the help nivram, unfortunately, I didnt get any further.

    All I get when I export is a .jar file. The "tutorial" on wordpress says this is what im suppose to embed:
    [applet code="your.applet.ClassName" file="http://domain.com/full/path/to/yourJar.jar"]

    the file is fine, but the applet code, I have no idea what this is.

  4. #4
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)
    It says this in the HTM file MMF builds

    <applet code=Application/CApplet.class archive="javatest.jar" width=640 height=480></applet>

  5. #5
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleSWF Export Module

    Join Date
    Jan 2013
    Posts
    41
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I was building the wrong java file without knowing.

    Thanks for your help both of you, you were both completely right

Similar Threads

  1. Embed Java Class Into EXE
    By Kracker in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 8th May 2013, 04:09 AM
  2. Java applet
    By markymoniom in forum The Games Factory 2 - Technical Support
    Replies: 2
    Last Post: 21st June 2012, 06:32 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •