HI..
I created a java web application..
And i want to create one exe file..
So clicking on that exe file should ask for installation process..
Is there any software tool available for creating the installable file for java web application..
Thanks..

Every IDE available that allows the development of Web Applications, have an option to create a "war" or "ear" file of the application, which then needs simply be imported by the web container / application server in question. There is no need for any type of Windows style "installer" program.

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.