>how do i deploy an application so that they are executable when i just double >click them....i've tried jar files but i need to type the command in the command >line to execute them...
Normally, if you have JRE installed and configured properly, a double click on your jar file (with manifest file and Main-Class Entry) should work;
You can even create a .bat (.sh) file to execute your jar.