hi!guys
can any one tell me how i make installer through java..

i have source code only i want to make it the installer that easily install to the other computers and other used this..........

Recommended Answers

All 6 Replies

define: installer.
you can create a jar file containing your entire application if need be, just copy paste run.

i say how i create .exe file installer type

best way: not at all.
one of the main and basic strengths of Java is that it's platform independent. you would wrap it in a platform dependent installer, which doesn't even add any functional value.

thre are always self extracting archives you can take a look at, but I wouldn't go for a native installer.

you think i make jar executable file instead of installer

If you do find you need an installer, take a look at IzPack.

commented: Sounds interesting. +13

thanks i try it and inform you

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.