Geeks Talk

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.

How to create .exe file for java application

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. ...

Go Back   Geeks Talk > Software Development > Java
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read

Java Java related Issues and Problems

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-14-2009
Contributing Member
 
Join Date: Aug 2009
Location: bangalore
Posts: 30
Thanks: 11
Thanked 3 Times in 3 Posts
abhi981 is on a distinguished road
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
Reply With Quote
The Following User Says Thank You to abhi981 For This Useful Post:
Sponsored Links
  #2 (permalink)  
Old 09-14-2009
Expert Member
 
Join Date: May 2009
Location: Bangalore
Posts: 989
Thanks: 155
Thanked 420 Times in 201 Posts
rijus is just really nicerijus is just really nicerijus is just really nicerijus is just really nicerijus is just really nice
Re: How to create .exe file for java application

Quote:
Originally Posted by abhi981 View Post
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
Hi Abhijith,

Use third party tools Or JSmooth
JSmooth is java excecutable wrapper.

Regards,
Riju.

Last edited by rijus; 09-14-2009 at 01:40 PM.
Reply With Quote
The Following User Says Thank You to rijus For This Useful Post:
  #3 (permalink)  
Old 10-01-2009
Junior Member
 
Join Date: Sep 2009
Posts: 2
Thanks: 1
Thanked 0 Times in 0 Posts
lucky one is on a distinguished road
Smile Re: How to create .exe file for java application

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.
Reply With Quote
  #4 (permalink)  
Old 3 Weeks Ago
Junior Member
 
Join Date: Oct 2008
Location: pune
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
pathanrauf is on a distinguished road
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
Reply With Quote
  #5 (permalink)  
Old 3 Weeks Ago
Junior Member
 
Join Date: Oct 2009
Location: india
Posts: 2
Thanks: 1
Thanked 0 Times in 0 Posts
omprakashdevra is on a distinguished road
Question Why we say.net is .net what is meaning of .net

hello everyone ,
Plz tell me why we say .net is .net give me definition of .net
Reply With Quote
Reply

  Geeks Talk > Software Development > Java

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


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


All times are GMT -4. The time now is 06:36 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved