Make an exe in java

  • Thread starter smita bhopale via JavaKB.com
  • Start date
S

smita bhopale via JavaKB.com

Hello,

I have one problem.I have created one application in Java.How to make an
exe of the application-or project?
In visual basic we can create an exe [create setup] of any vb-project.Is
there any solution in java which does the same thing?
 
B

Boudewijn Dijkstra

smita bhopale via JavaKB.com said:
Hello,

I have one problem.I have created one application in Java.How to make an
exe of the application-or project?

What is the problem if you don't create an exe?
In visual basic we can create an exe [create setup] of any vb-project.Is
there any solution in java which does the same thing?

No, not *in* Java.
 
M

Mukesh Gupta

hi,

For java application you need not to have exe for running it. you can
run it directlly from your application mail class. using java.exe or
from your application.jar file by providing mail class file name in
MANIFEST.MF.

The only thing you face when you look for your application name in
processes (task manager) runinng in your o/s you find java.exe or
javaw.exe.

Still you can make exe by using tools avilable one of then i know is
exe4j at www.ej-technologies.com.

Mukesh
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top