Migration from Java 1.4 to Java 17, how to handle deprecated or removed packages

295 Views Asked by At

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.

0

There are 0 best solutions below