Haris Mehmood
Haris Mehmood

Reputation: 902

Class Definition Not Found Exception

 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

Answers (3)

Haris Mehmood
Haris Mehmood

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

Gourav
Gourav

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

KhAn SaAb
KhAn SaAb

Reputation: 5376

It seems you are using any external jar.

Find relevant jar for FieldsUtil class and set in your class path

Upvotes: 0

Related Questions