Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

installer

  Asked By: Kiswar    Date: Sep 07    Category: Java    Views: 390
  

how can i make installer my java program ?
what tool ?
if any reference or tutorial about that please give me some information
thank's

Share: 

 

3 Answers Found

 
Answer #1    Answered By: Dirck Jansen     Answered On: Sep 07

U can use InstallShield X to make ur java  program install.....

 
Answer #2    Answered By: Calais Bernard     Answered On: Sep 07

i have made java  program, and it's run well
i want to add installer  so my program  can installed easier !
java is platform independent so how about installer in different OS, is
different installer in window and linux ?
is there any program or tool  to make installer for my program that i made in
java?
please give  me some information or reference  about that

 
Answer #3    Answered By: Calvin Banks     Answered On: Sep 07

This mainly depends on what your application is.
The easiest way to get a executable for java  on a standalone platform is
creating a bat file.

Also , if you want an exe which would be specific to Windows then you can use
the JAva Service API
(www.multiplan.co.uk/.../downloads.html) and execute
your Java Program as a service.

 
Didn't find what you were looking for? Find more on installer Or get search suggestion and latest updates.




Tagged: