Daily Archives: November 7, 2018

Java Code to Open a Web Page

Some times the simplest things drive you nuts. 🙂 The Desktop class (java.awt.Desktop) was introduced in Java v1.6. There are occasions when you are running a Java application in JVM 1.6 or higher that the Desktop class is not available or fails to load. It is just weird and very frustrating. Its not just me. […]

Java, Linux, macOS (Mac OS X), Open Source, Programming, Raspberry Pi, Unix, Windows Comments Off on Java Code to Open a Web Page