Results 1 to 5 of 5

Thread: Exe In Java

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Aug 2005
    Location
    INDIA
    Posts
    18

    Exe In Java

    Hallow...
    Is There Anybody Can Help Me To Guide How To Make Exe File In Java.....actually I Am Doing A Small Pro In Java....having Three Modules Means Three Separate Programs But Unable To Make
    These Three Modules In One Or Exe Of Them....

    Can Anyone Show Me The Way......?
    .................................................thanks In Advance....

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Exe In Java

    Moved from CodeBank.

  3. #3
    Frenzied Member System_Error's Avatar
    Join Date
    Apr 2004
    Posts
    1,111

    Re: Exe In Java

    Create an executable .jar instead.

  4. #4
    New Member
    Join Date
    Oct 2005
    Posts
    6

    Re: Exe In Java

    If you need an exe, there are tools that will make one for you. However, it will not eliminate the need for a JRE on the system; all they do is create an executable 'launcher' for your program.

    Excelsior JET converts Java programs into native windows code. However, it is fairly expensive for a decent version.

    Commerical:
    http://www.ej-technologies.com/produ.../overview.html
    http://www.dobysoft.com/products/nativej/

    Open Source:
    http://jsmooth.sourceforge.net/ (Somewhat buggy)

    Excelsior JET:
    http://www.excelsior-usa.com/jet.html

    I would recommend a .jar instead, as System_Error mentioned, because it is cross-platform.

  5. #5
    Arabic Poster ComputerJy's Avatar
    Join Date
    Nov 2005
    Location
    Happily misplaced
    Posts
    2,513

    Re: Exe In Java

    If you ever heard of JBuilder, it compiles Java to many native code programs (Linux, Windows, DOS, MAC,...etc)
    "I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
    My Blog

Posting Permissions

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



Click Here to Expand Forum to Full Width