Does anyone know if there is anything like this? A program that can convert a java project (.class files) to an executable object for the given platform (only interested in MS Windows of course, since I'm looking for an "exe" generator).
I know that MS J++ can do this, but they have broken (long ago) from the standard Java API and would inevitably cause re-writing many API methods/classes myself. So I don't want to go that route at the moment.
Any suggestions?

