Originally Posted by
sasidharnet
If it is possible please guide me.
Yeah its possible, kills the cross platform concept of java though, but whether for proof of concept or you cant live without .exe in your windows, or for whatever reasons it maybe, yes its do-able...
well, you could use Microsoft J# .NET, but then you'd be needing the .NET Framework installed, rather than having and using Java installed.
or you can use software like "JarToExe Convert Wizard" @
http://www.regexlab.com/en/jar2exe/
or JexePack a command line tool allowing you to package your Java application (class files), optionally along with its resources (like GIF/JPG/TXT/etc), into a single compressed 32-bit Windows EXE, which runs using Sun's Java Runtime Environment. @
http://www.duckware.com/jexepack/index.html
or u can just use google look for more software, and say ... put a search like "java to exe" or something like that.
<sigh!*whenever this subject comes out, it always reminds me of Python, Py2exe*>