I finished a small program. What is the standard file type for the final application written with Java, so it can be run on any computer, easily and without any computer knowledge?
I've been told it's JAR, but Eclipse for example is an .exe file. What's the standard file type for big, normal applications in Java?
Are most applications distributed in JAR, or rather in .exe or something else?