- Feb 16, 2003
- 26,108
- 5
- 81
I've been learning Java for about 5 months or so in school and also at home. Right now its just command line and applets.
Is there some easy way I can use a program that will modify my command line version or something so that if I send the program to a person with just java installed and without knowing how to use the command prompt to run?
Basically, I'm looking for a simple way for the average person to run a java file I made without learning the command prompt. The ideal program would be one that turns it into a .exe file and all the user has to do is double click on it and use it. I don't care if it still shows a command line and all, but I basically want it to be as easy as possible for the end user to run.
Is there some easy way I can use a program that will modify my command line version or something so that if I send the program to a person with just java installed and without knowing how to use the command prompt to run?
Basically, I'm looking for a simple way for the average person to run a java file I made without learning the command prompt. The ideal program would be one that turns it into a .exe file and all the user has to do is double click on it and use it. I don't care if it still shows a command line and all, but I basically want it to be as easy as possible for the end user to run.
