#Importing gson into a eclipse project

6 messages · Page 1 of 1 (latest)

warm jewel
#

This is my first java project and I just cant find a way to import the gson library into my file. When i import and run it, it returns this error:

    The type com.google.gson.JsonArray is not accessible
    The type com.google.gson.JsonElement is not accessible
    The type com.google.gson.JsonObject is not accessible

I already added it to my user library like this

untold thunderBOT
#

This post has been reserved for your question.

Hey @warm jewel! Please use /close or the Close Post button above when you're finished. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.

TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.

ember eagle
#

delete the module-info file

warm jewel
#

oo

warm jewel