David Cai | Blog

Posts in “Java”

Install Multiple Java Versions on Mac

Mon, Dec 7, 2015

Multiple JDKs

During one of AWS Lambda exploration projects, I need to use Amazon’s swagger-import-tool for uploading swagger documents to AWS. The problem is that this tool has a dependency on Java 8, however, my installed JDK is 7, and I have to keep it for all existing Java projects. It seems that I need to have something like NVM (Node Version Manager) … this time for JDKs.