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..........
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..........
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
thanks i try it and inform you
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.