HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML Forums › Technical questions / Troubleshooting › What is Jakarta version? › Reply To: What is Jakarta version?
May 30, 2024 at 09:27
#38261
The difference between the versions is in use of jakarta.servlet.* instead of javax.servlet.*. Both are built with Tomcat 9.0’s servlet-api.jar and jsp-api.jar
If your environment is strict javax-less, use the jakarta version. If not, then the regular one since currently it is a bit advanced at the patch level.
