How can I send my java application to a friend without having to send the entire project and being dependent on him having JDK? I'm aware of the .jar-file's existence, but I don't know how to proceed. I would like to be able to just send him the .jar-file or an executable file.
Any ideas?
distfolder is generated, and your "packed" app is stored there. You can send the contents of this folder. Read the "readme" file in that folder.