How to make Eclipse run with a custom JDK on Mac
You might want to have more than one JDK on your Mac and run different programs with different JDK versions as it is with me. The easiest and safest way I’ve found is as follows. First, download the JDK archive (not the DMG installation file) from Oracle, for example version 11: https://www.oracle.com/java/technologies/javase-jdk11-downloads.html Note: you’ll need… read more »