Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Possible Duplicate:
How can I convert my Java program to an .exe file?

How can i create Exe file for java program. Do i need to install any software for it, And how to add Icon to that exe file.

share|improve this question
7  
google.co.uk/search?q=create+a+java+exe 13 million hits. – Peter Lawrey Aug 12 '11 at 10:24
Gosh, I wonder why this has never been asked before. – Hovercraft Full Of Eels Aug 12 '11 at 10:33
Mentioned at least once on the duplicate thread (by TRA) but just reiterating that Java Web Start can do this. JWS supports desktop shortcuts and menu items with icons, and works on platforms for which Java is supplied (e.g. Win., Mac. *nix etc.). – Andrew Thompson Aug 12 '11 at 11:00

marked as duplicate by McDowell, Goran Jovic, Hovercraft Full Of Eels, Pere Villega, Graviton Aug 12 '11 at 10:41

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

3 Answers

Use known tools: JSmooth, LaunchAnywhere, JexePack

share|improve this answer

It's difficult. JDK could not do that, you need a third tool to do that. please refer http://www.duckware.com/jexepack/index.html.

Why do you need to do that? maybe you should use c#/vb to program.

share|improve this answer

You can but this wouldnt be a real EXE, you will still need to install the JVM to run your app. try jstart32.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.