I am new to the IntelliJ editor. I am getting the below compilation error during my workspace set up.
Error:(6, 20) java: package javax.inject does not exist a
From the error it looks like it is not finding the java libraries. I tried adding the Project SDK and setting the environment variables with JAVA_HOME
.
My project is a Maven project. I tried re-importing the pom.xml
. But still the compilation issue is not resolved.