run program in different way.....

hi,i have problem that as normally we run program by "java filename" ,but if a want to run my program as any software i.e. i can access/open software when i click on icon ,eg . if you click on any icon and game will start like that. How can i do that......THanks.
[284 byte] By [vivinda] at [2007-11-27 3:29:58]
# 1
Windows? Either make a Windows shortcut that executes the command you type, or create a jar and double-click that.
ChuckBinga at 2007-7-12 8:32:59 > top of Java-index,Security,Cryptography...
# 2
like ChuckBing said investigate create executable JARs. http://www.captain.at/programming/java/executable-java-application.php
born2snipea at 2007-7-12 8:32:59 > top of Java-index,Security,Cryptography...