Hi,I'm trying to import and use Google Gson library in my servlet but
when I try to compile the servlet I get these
errorscom.google.gson.JsonElement cannot be resolved to a type
com.google.gson.JsonParser cannot be resolved to a type
com.google.gson.JsonObject cannot be resolved to a typeThe Gson library
is in OSGi and Active and it exports these
packagescom.google.gson,version=2.2.4
com.google.gson.annotations,version=2.2.4
com.google.gson.internal,version=2.2.4
com.google.gson.internal.bind,v...