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