I\'ve written programs in several languages and have tutored students in computer science, but just starting to learn Java on my MacBook. Regarding this question, I\'d be happy
Question: I'd also like advice on the right way, or simplest/cleanest way, to install external JARs.
If you really wanna work in a organised way and wanna focus completely on coding rather than looking for dependencies to work with , then try building your projects with Apache Maven. The magic wand of Maven projects are pom.xml file where all magic happens depending upon your wish.
Maven is a build automation tool used primarily for Java projects. Maven addresses two aspects of building software:
Why Maven:
You can simply deploy your project as JAR, WAR, or EAR file and use it on different IDEs or as standalone.