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?