I'm still really new to coding, and was just wondering if the following was possible.
I created a program just for fun using java, and want to put the program on a USB stick for my friends to see. But after I finished the program I found out I can only make '.jar' files, which will need to have JDK installed to run.
Is there anyway to have my program converted to a exe file, so that my friends/family can see the program I created without having to install all the java files(jdk etc)?