How to Covert Japplet to *.exe

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jawaher
    New Member
    • Mar 2008
    • 2

    #1

    How to Covert Japplet to *.exe

    I've created Japplet game, and I would like to convert it into *.exe to be an actual game, so I can use it in different PCs...Is there a special software that does this for me?...

    Thnx,
  • sukatoa
    Contributor
    • Nov 2007
    • 539

    #2
    Originally posted by Jawaher
    I've created Japplet game, and I would like to convert it into *.exe to be an actual game, so I can use it in different PCs...Is there a special software that does this for me?...

    Thnx,
    JApplet game can be use in any Platform i guess... Depends on your browser.

    If you mean, that you would like it to be just a double-click application...
    Then, You can do it in .jar....
    Since applet runs on webpage, convert it into desktop application....
    Use a frame...
    change the init, start, stop or destroy etc naming into diff. methods you like....

    So far, i haven't known that software...

    this
    may help you out....

    correct me if im wrong,
    sukatoa

    Comment

    • Jawaher
      New Member
      • Mar 2008
      • 2

      #3
      Yup, I want it to be a double click application..Th ank you very much for the link, I'll try it n hope it'll work :) ...

      thnx,

      Comment

      Working...