How to use WebServices on Java 11? package javax.jws does not exist [duplicate]
问题 This question already has answers here : Replacements for deprecated JPMS modules with Java EE APIs (7 answers) Closed 11 months ago . I imigrate my aplication to AdoptOpenJDK11, I have found some problems, like "package javax.jws does not exist", I already configure build path with jar "jsr181-api.jar", it's a webApplication, how I fix it ? Have something new about webservices on AdoptOpenJDK 11? @WebService @SOAPBinding(style = Style.RPC) // this tags doenst work output: error: package