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