KSOP2 Librarary class not found exception

后端 未结 3 1651
栀梦
栀梦 2021-01-16 14:15

I\'ve used KSOP2 in my project and it worked all these days. Recently I bought a new machine and moved my project to new machine and imported the ksoap library to project et

3条回答
  •  北荒
    北荒 (楼主)
    2021-01-16 14:40

    I managed to solve the problem by

    1. Creating a folder "libs" in the project
    2. Copying the external jars in to the folder
    3. Refresh the folder
    4. Go to properties -> Build path -> Add Jar (not external JAR)
    5. Clean the project
    6. Restart Eclipse

    Boom it worked for me. Hope it'll help others too.

提交回复
热议问题