how to make my java program executable?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Nert
    New Member
    • Nov 2006
    • 64

    how to make my java program executable?

    Hi..,

    i have build a simple program which is done few days ago.., it's just a simple chatroom. Now my problem is how can i make my java program executable? i want to run it on the other computer without installing the java and run it like this way (c:\ java mychatroom).

    any suggestion would be greatly appreciated. thanks in advance.

    --nert (^_^)
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by Nert
    Hi..,

    i have build a simple program which is done few days ago.., it's just a simple chatroom. Now my problem is how can i make my java program executable? i want to run it on the other computer without installing the java and run it like this way (c:\ java mychatroom).

    any suggestion would be greatly appreciated. thanks in advance.

    --nert (^_^)
    Search this forum about "how to make jar files"

    Comment

    • rengaraj
      New Member
      • Jan 2007
      • 168

      #3
      Originally posted by Nert
      Hi..,

      i have build a simple program which is done few days ago.., it's just a simple chatroom. Now my problem is how can i make my java program executable? i want to run it on the other computer without installing the java and run it like this way (c:\ java mychatroom).

      any suggestion would be greatly appreciated. thanks in advance.

      --nert (^_^)


      exe4j is a Java exe maker that helps you integrate your Java applications into the Windows operating environment, whether they are service, GUI or command line applications. If you want your own process name instead of java.exe in the task manager and a user friendly task-bar grouping in Windows XP, exe4j does the job. exe4j helps you with starting your Java applications in a safe way, displaying native splash screens, detecting or distributing suitable JREs and JDKs, startup error handling and much more.

      Visit: http://www.ej-technologies.co m/products/exe4j/overview.html

      Comment

      Working...