0

I tried to generate a exe file form my java source. I followed the following link.

http://translate.google.com/translate?hl=en&sl=auto&tl=en&u=http%3A%2F%2Fwww.eteks.com%2Ftips%2FtipCreationExe.html.

But the exe file couldn't produced. I have the following exception.

Unable to execute file: c:/Program Files/Bienvenue/Bienvenue.exe CreateProcess failed; code 2. The system cannot find the file specified

Any suggestion pls..

Manikandan
  • 1,479
  • 6
  • 48
  • 89

3 Answers3

4

Be sure to either do a search or check the list of similar posts that is displayed after typing in the title of your post.

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

Compiling a java program into an executable

How do I create an .exe for a Java program?

Creating Java Exe

Community
  • 1
  • 1
Hzyf
  • 1,007
  • 2
  • 12
  • 21
1

Launch4J will be a good solution. you can embed the JVM in to the application.

Janith
  • 580
  • 1
  • 7
  • 14
0

jsmooth is a nice tool to convert jar to exe

please take a look at this link http://jsmooth.sourceforge.net/

Balu
  • 128
  • 6