Im working in this intellij java maven project on ubuntu 18.04, i want to run my project but i get this error message:
java: cannot find symbol
symbol: class sdkBaseException
location: package com.amazonaws
These are the libraries that i have installed but for some reason com.amazonaws.SdkClientException is not working when im trying to import with import com.amazonaws.SdkClientException
but all the other com.amazonaws.blahblah are working just fine.
I already installed the AWS toolkit plugin, what em i missing? i cant find anything helpfull online.