0

We are migrating from Java 1.4 to Java 17, in our codes we are using javax.xml, javax.jws packages which were removed in Java11. We need to find an alternative for this. We don't use maven.

We are not sure where to start. Also, we are migrating from Unix to Linux. So, need something which is compatible compatible with latest RHEL OS.

abhyudyagarg
  • 1
  • 1
  • 4
  • 1
    What is “javax.ws”? Do you mean “javax.jws” or “javax.xml.ws”? Did these APIs even exist under Java 1.4? – Holger Jun 15 '23 at 08:59
  • Yeah, I meant javax.jws – abhyudyagarg Jun 15 '23 at 10:29
  • 2
    The [`javax.jws` package](https://docs.oracle.com/javase/8/docs/api/javax/jws/package-summary.html) only consists of `enum` and annotation types. How were you using it with Java 1.4? – Holger Jun 15 '23 at 11:30

0 Answers0