I have a jar file containing a swing application that needs to run on Windows, OS X and Linux. At the moment, Windows users are launching it from explorer, and Linux/OS X users are running a shell script to launch the jar.
However, I suspect the shell script is probably not necessary in OS X. I don't own an OS X machine myself, but Wikipedia says that Jar Launcher will run the jar file when it's double clicked.
Is it reasonable to assume this is always present on an OS X system with 10.5 or above?