While Creating connection with one of the customized cloud connector in Control HUB (same like AWS), we are facing issues like
- java.lang.NoClassDefFoundError: Could not initialize class com.amazonaws.auth.DefaultAWSCredentialsProviderChain
They have created some custom libraries and put it into the external folder, it is working fine in some other envrionment.. we have checked the java version was different which is 11_0_19 at our end but it was 1_8_ on other envrionment but even after installing 1.8 the error didn’t go away. Please help