Write once, run anywhere
Write once, run anywhere, or sometimes write once, run everywhere, is a 1995 slogan from Sun Microsystems to describe the cross-platform benefits of the Java programming language. It refers to how compiled bytecode from Java source code can run on any system with a compatible Java virtual machine. In reality, there can be subtle differences in how a program executes due to variability in JVM implementation and host operating system which lead to the comical slogan: Write once, debug everywhere.
As Java has achieved popularity, the installation of a JVM on chips, devices, and software packages became an industry standard practice.