Hi, I have a question about running any Java program. Usually, after compiling the program successfully, I use the v1.3 interpreter to run the program under Command Prompt; for example: java SwingApplication However, is Command Prompt the only way to open and run the program? I was wondering if it's possible to make the program automatically execute and run by double-clicking on a small icon, just like when double-clicking on the small ICQ icon, ICQ program opens up and run. Thanks very much for the help!
Cindy Glass
"The Hood"
Sheriff
Joined: Sep 29, 2000
Posts: 8521
posted
0
Create a .bat file or whatever and put the commands to start the app in there. Then you can just double click the bat file.
"JavaRanch, where the deer and the Certified play" - David O'Meara