I've added the GSON library to Eclipse (following this tutorial) and using import com.google.gson.*;
I'd like to put the GSON library inside the project so that when opened in a different computer, it already has the library. Right now the Java class that uses the GSON lib fails if the package is not installed.