Download Upd Gson-2.2.2.jar
0bde83e5b2dfd87a5edb698ea9eb7f894f66deab
public class User private String name; private int age; download gson-2.2.2.jar
You are trying to run Gson 2.2.2 on a Java version lower than 5 (e.g., Java 1.4). Solution: Upgrade your JRE to Java 5 or higher. Gson 2.2.2 requires Java 5+. private int age
import com.google.gson.Gson; import com.google.gson.GsonBuilder; Compile and run:
Compile and run: