I have a question here that states a problem I had with a manifest error upon opening a jar file that has been downloaded from a website in java code. After that was cleared, I got new errors that stated some of the referenced libraries I had in my project were not in the jar file.
java.lang.NoClassDefFoundError: org/pircbotx/cap/CapHandler
The code that I used to download the jar program is in the link at the beginning of the post. How do I download not just the classes I wrote, but also the referenced libraries?