Reputation: 902
ClassDefNotFoundException: com/secure/api/Util/FieldsUtil
How to resolve this issue?
I am running application on Windows XP with Java installed in it.
Upvotes: 0
Views: 308
Reputation: 902
Just had to include JAR in project or should've had it in lib folder. Thank you. It works both way.
Upvotes: 0
Reputation: 813
You need to install the API for this function.
You can set the class path after adding the API.
If you are using Netbeans or Eclipse, you can directly add the API jar to the projects.
Thanks
Upvotes: 1
Reputation: 5376
It seems you are using any external jar.
Find relevant jar for FieldsUtil
class and set in your class path
Upvotes: 0