I'm starting my studies with Spring and downloaded Spring Tool Suite version 3.9.4. to develop web java applications. I had previously installed the JDK version 8. I am using Ubuntu 18.04. Given this information, let's get down to the problem:
When trying to start a Spring Starter project, the menu does not display the start options, returning the error: "InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty"
WhenlookingforthiserrorinGoogle,Isawthatitcouldbethousandsofthings,butnothingspecifictoSTSorevenEclipse,butIknowthatitisconnectedtosomeproblemwithaJavalib.IsawasolutioninStackoverflowinEnglish,toexecutethecommand"sudo /var/lib/dpkg/info/ca-certificates-java.postinst configure", it updated but did not solve the problem. If anyone has any suggestions, thank you!