I have downloaded gson.jar from its source.
Right-clicked at libraries folder -> add new -> add jar -> gson.jar
However when i try to use
Gson gson = new Gson();
It complains that it cannot find symbol Gson.
What is the right way how to add gson to the project? I am not using maven
Thanks for help!