how can i make installer my java program ?what tool ?if any reference or tutorial about that please give me some informationthank's
U can use InstallShield X to make ur java program install.....
i have made java program, and it's run welli want to add installer so my program can installed easier !java is platform independent so how about installer in different OS, isdifferent installer in window and linux ?is there any program or tool to make installer for my program that i made injava?please give me some information or reference about that
This mainly depends on what your application is.The easiest way to get a executable for java on a standalone platform iscreating a bat file.Also , if you want an exe which would be specific to Windows then you can usethe JAva Service API(www.multiplan.co.uk/.../downloads.html) and executeyour Java Program as a service.