Home Forums Chart Support the import can't solve

the import can't solve

Viewing 3 posts - 1 through 3 (of 3 total)
  • #23633

    my jsp file doesn’t solve
    <%@ page import=”com.google.gson.Gson”%>
    <%@ page import=”com.google.gson.JsonObject”%>
    someone help me pls!

    #23643

    @tuan010,

    Adding GSON jar file to your project should fix this issue. If added, check if the checkbox next to the lib (gson-2.x.jar) in: ‘Project Properties’->’Java Build Path’->’Order and Export’ tab checked or not, if not select/check the checkbox. Clean and Build the project after changing the mentioned setting and it should work fine. Please refer this article on Importing GSON into Eclipse for more information.


    Vishwas R
    Team CanvasJS

    #23650

    thanks a lot bro!

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.