Caveat first... I really do not recommend this, as it breaks the platform independence of
Java. You will basically convert a program that will run anywhere, to a program that will only run on Windows.
However, there are a few commerical packages, and open source projects that does this (including a GNU compiler, if I remember correctly). Just google for either "java compiler" or "java packager".
Henry