Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on How to create .exe file for java application within the Java forums, part of the Software Development category; Hi everyone, I have developed a standard java application. But every time when I have to run my applicatoin, I have to use 'javac' & 'java' commands in DOS prompt. ...
|
|||||||
|
|||
|
How to create .exe file for java application
Hi everyone,
I have developed a standard java application. But every time when I have to run my applicatoin, I have to use 'javac' & 'java' commands in DOS prompt. Can anyone suggest me how can I create .exe file for my application so that if I click that .exe file application has to run automatically. Thanks & Regards, Abhijit |
| The Following User Says Thank You to abhi981 For This Useful Post: | ||
| Sponsored Links |
|
|||
|
Re: How to create .exe file for java application
Quote:
Use third party tools Or JSmooth JSmooth is java excecutable wrapper. Regards, Riju. Last edited by rijus; 09-14-2009 at 01:40 PM. |
| The Following User Says Thank You to rijus For This Useful Post: | ||
|
|||
|
You can use .bat file to run ur application
simply open an notepad and write "java <class_name>" and then save this in format of .bat extension & then place this in the folder in which ur compiled class is saved To run ur class/application just double click the bat file and application will be executed. I hope this will help u.
Last edited by lucky one; 10-01-2009 at 01:09 AM. |
|
|||
|
Re: How to create .exe file for java application
You can convert your application in jar. It behaves as executable file. But in that case your OS should installed with JRE.
I hope this will help you. Cheers Raufahamad |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Create PDF files from any application. | JobHelper | Geeks Lounge | 0 | 04-02-2008 09:00 AM |
| create PDF using file.. | psuresh1982 | Java | 1 | 08-18-2007 05:26 AM |
| create Unix .Z file | rosy_thomas | Java | 0 | 06-08-2007 02:19 AM |
| How to create inastaller of web Application | pravina | ASP.NET | 2 | 02-12-2007 08:32 AM |
| Create File system | timmy | Unix/Linux | 1 | 09-13-2006 12:39 PM |