These fine folks are my users: http://www.youtube.com/watch?v=o4MwTvtyrUQ
If you don\'t want to enjoy the video here is the gist: my users can\'t tell between a file
Or in short, you can try this:
Make a self executable jar file of your app.
eg: for win.bat write the following:
jre-6u7-windows-i586-p :: this will start the JRE installer
C:\Program Files\Java\jre1.6.0_07\bin\java -jar yourAppName.jar :: this will start your app
You can create such scripts for Mac and Linux also.