Adding CaviumProvider as Provider, received error

353 Views Asked by At

I have added cavium as Provider, but it gives error of "java.lang.NoClassDefFoundError" at runtime. Any clue or idea would be great help. Jar is already added to build path and included in Maven also.

What have tried is to add jar to build path.

Security.addProvider(new com.cavium.provider.CaviumProvider()); givees error as : java.lang.NoClassDefFoundError: Could not initialize class com.cavium.provider.CaviumProvider

0

There are 0 best solutions below