HI..
Is there any way to create an exe for java web application..
So that when i click on the exe , i should be able to launch my web application..
is there any software tool available for this..
Thanks..

Your "web application" should, obviously, be deployed to a web container, and then, as long as the app is set to "autostart" in that container, starting that container will start that app (and the container usually does have "an exe", as you all like to say).

If you have a completely standalone program that does it's own ServerSocket and protocol work, then create a jar, they are also "double-clickable" (as you all like to say).

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.