|
-
Sep 6th, 2006, 03:47 PM
#1
Thread Starter
New Member
How to make .exe file?
I have made a program. In this program i use a class and extends it with JFrame and the program also runs correctly. The program actually outputs a sample messenger(like msn or yahoo). Now i want to make a .exe file so that a common user can use this sample software.You know a common user cannot write as
javac classname.java
and then
java classname
I want to make this software/sample messenger available for use to a common user. Plz help about making .exe file of that program.Also if i am using many classes in a program and save all these classes/files in the same directory.Now how can i make .exe file of a sample messenger?
-
Sep 6th, 2006, 03:58 PM
#2
Re: How to make .exe file?
Moved from CodeBank forum (which is for code examples, not questions)
-
Sep 7th, 2006, 06:48 AM
#3
Re: How to make .exe file?
You can either build an executable JAR file.
Or you can put the "java classname" in a .Bat file and give it a nice icon
"I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
My Blog
-
Sep 7th, 2006, 06:57 AM
#4
Re: How to make .exe file?
Last edited by ComputerJy; Sep 7th, 2006 at 07:01 AM.
"I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
My Blog
-
Sep 7th, 2006, 01:01 PM
#5
Re: How to make .exe file?
Look:
http://www.vbforums.com/showthread.php?t=424585
It's the sixth thread in the Java forum!
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Sep 7th, 2006, 03:51 PM
#6
Re: How to make .exe file?
 Originally Posted by CornedBee
Yeah, I think they should make it sticky
"I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
My Blog
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|