Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs

    ClassNotFoundException

    NodeJS SDK
    2
    5
    54
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • V
      V123060 last edited by

      I am getting ClassNotFoundExceptions even after adding smartapi-1.0.0 jar in buildpath.

      First it asked for okhttp3.Interceptor class , i have downloaded jar and added it to build path.

      Next it started giving classNotFoundExceptions continuosly ....... How many external JArs do i need to add in build path ???

      Any solutions for this please ????
      I am using Maven

      A D S R 4 Replies Last reply Reply Quote 0
      • A
        admin @V123060 last edited by

        HI @V123060 This is the user specific requirement you need to connect with your developer team.

        1 Reply Last reply Reply Quote 0
        • D
          dipeshbodas @V123060 last edited by

          @V123060 said in ClassNotFoundException:

          Interceptor

          Did you find any solution, just faced the same issue with my code

          1 Reply Last reply Reply Quote 0
          • S
            shivamdg2411 @V123060 last edited by

            @V123060 if anyone have issue while setup smart API in android studio.. please whats app me 8796375407.. i will help u

            1 Reply Last reply Reply Quote 0
            • R
              robin.akolekar @V123060 last edited by

              @V123060 - Like Coment if this resolvr your issue

                <dependency>
                  <groupId>commons-codec</groupId>
                  <artifactId>commons-codec</artifactId>
                  <version>1.15</version>
                </dependency>
                <dependency>
                  <groupId>commons-io</groupId>
                  <artifactId>commons-io</artifactId>
                  <version>2.11.0</version>
                </dependency>
                <dependency>
                  <groupId>org.apache.commons</groupId>
                  <artifactId>commons-lang3</artifactId>
                  <version>3.12.0</version>
                </dependency>
                <dependency>
                  <groupId>com.google.code.gson</groupId>
                  <artifactId>gson</artifactId>
                  <version>2.8.9</version>
                </dependency>
                <dependency>
                  <groupId>org.json</groupId>
                  <artifactId>json</artifactId>
                  <version>20211205</version>
                </dependency>     
                <dependency>
                  <groupId>com.squareup.okhttp3</groupId>
                  <artifactId>okhttp</artifactId>
                  <version>5.0.0-alpha.4</version>
                </dependency>
                <dependency>
                  <groupId>com.squareup.okio</groupId>
                  <artifactId>okio</artifactId>
                  <version>3.0.0</version>
                </dependency>
                <dependency>
                  <groupId>com.squareup.okio</groupId>
                  <artifactId>okio-jvm</artifactId>
                  <version>3.0.0</version>
                </dependency>
                <dependency>
                  <groupId>com.squareup.okhttp3</groupId>
                  <artifactId>logging-interceptor</artifactId>
                  <version>5.0.0-alpha.4</version>
                </dependency>
                <dependency>
                  <groupId>log4j</groupId>
                  <artifactId>log4j</artifactId>
                  <version>1.2.17</version>
                </dependency>
                <dependency>
                  <groupId>org.slf4j</groupId>
                  <artifactId>slf4j-api</artifactId>
                  <version>2.0.0-alpha6</version>
                </dependency>
                <dependency>
                  <groupId>org.slf4j</groupId>
                  <artifactId>slf4j-simple</artifactId>
                  <version>2.0.0-alpha6</version>
                </dependency>
                <dependency>
                  <groupId>org.jsoup</groupId>
                  <artifactId>jsoup</artifactId>
                  <version>1.14.3</version>
                </dependency>
                <dependency>
                  <groupId>net.sf.jacob-project</groupId>
                  <artifactId>jacob</artifactId>
                  <version>1.14.3</version>
                </dependency>
              
              1 Reply Last reply Reply Quote 0
              • First post
                Last post