I'm just starting to learn Java, and I need Gson for the new project I'm working on.
I feel like I'm missing something with all the installation instructions I found on the Internet - they all refer to the three jar files that I have to extract from the zip file. But when I look at Gson on github, I can not find .jar files!
https://github.com/google/gson
As soon as I find jar files, I just have to include them in the build path for the project I'm working on correctly?
I am working on this project using Eclipse.
Can someone help me with a very simple step-by-step explanation of how to start including these libraries for a complete noob for programming like me?
Also, when I include .jar files in the build path for the project, can I just call the functions?
source share