Possible to run JAR file on any OS?

jar, java

Solution

The Jar files run on any OS for which a JVM exists.

Problem

Is it possible to execute a JAR file on any OS (like Windows, Linux, Mac OS X)? I want to build a simple application that I want to run on Linux, Windows, and Mac OS X. Could the JAR file be run on any OS with java installed?

Original source