Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

conversion to an exe file

  Asked By: Francisca    Date: Jul 14    Category: Java    Views: 657
  

I have developed an calculator using Swings.I want to know the
method for converting that program into an exe file,just like the
calculator available with windows.

Share: 

 

2 Answers Found

 
Answer #1    Answered By: Estella Mitchell     Answered On: Jul 14

java does not have native executables. sorry.

 
Answer #2    Answered By: Felicia Hill     Answered On: Jul 14

I dont think there is a way to convert that to exe. The big idea of Java is
to cross platform, exe  cant be ran on other platform other than windows. The
best way to make a file  executable by simple mouse click is to create
executable jar file...

Please refer to java.sun.com on how to create executable jar by having a
manifest file in the jar file.

 
Didn't find what you were looking for? Find more on conversion to an exe file Or get search suggestion and latest updates.




Tagged: