I was getting errors in my java class after migrating from Java 8 to Java 11. Error that said javax.xml.soap doesn't exist and similar, To resolve this issue, I downloaded jakarta.xml.ws:jakarta.xml.ws-api:2.3.2 and added to my libraries in intellij. However I still cant import jakarta in my classes as it says package doesnt exist. I also see the below screen shot where I see jakarta internally using using javax. I can do import javax, but doesnt compile in java 11.
Asked
Active
Viewed 43 times