Hi I have created executable jar of my java program i want to create shortcut icon for that jar. Means may be my jar is in any other memory location of hard drive(eg- D or E
Assume your jar file is in location c:\pgm\abc.jar
open notepad and type c: cd\ cd pgm java -jar abc.jar
Then save that notepad document as "anyname.bat"
Then create a shortcut for that batch file (ie...right click that file and click "Create Shortcut"). You can use this shortcut to run your jar file.