double-cliquable java prog for Win?

Hi there,I would to create a kind of Windows "exe" file from my java programs to allow people to use them easily...What is the best solution?I have the feeling a .jar file is not double-cliquable but may be I am wrong.Thanks for your help.Denis
[286 byte] By [dfrayssignes] at [2007-9-27 17:03:00]
# 1
(I'll save you the embarrassment before someone rips you to shreds for asking that question) http://forum.java.sun.com/thread.jsp?forum=31&thread=290606
sheepy at 2007-7-6 11:27:34 > top of Java-index,Archived Forums,New To Java Technology Archive...
# 2

Try this see if this works for you

Go to your program.class right click on it then create a short cut then on the short cut right click on it and click cut then right click on the short cut again and click properties then in the properties where it says target take what is in there out and put this C:\WINDOWS\javaw.exe nameofprogram make sure you dont putC:\WINDOWS\javaw.exe nameofprogram.class

Then make sure where you see startin it is the folder your program is in and then click change icon slect a icon then hit ok or apply and ok then you should be able to just double click on the shortcut that has the icon you selected well hope this helps

this is the ez way I know how to do it ps dont know if this will work with xp

runD at 2007-7-6 11:27:34 > top of Java-index,Archived Forums,New To Java Technology Archive...