From: Anabolik on
How to open the file from java Desktop-application using the default
Windows application?

Except the variants: JDIC and java.awt.Desktop and
Runtime.getRuntime().exec().

JDIC is not working for 64-bit systems.
java.awt.Desktop is not working on some computers.