I have a problem that appears to be one webapp in Tomcat 9 having a portion
of its classpath masked by another webapp. I am running Tomcat 9 (versions
see below) on macOS 15.4 with Amazon's OpenJDK 11.0.22+7-LTS.
I have 3 webapps all of which use PDFBox 2 and jai-imageio-core
(standalone) v1.4.0,
Wild guess. Does this library use tmp to extract binaries to run native
code?
If so, it might be a version collision of those tmp binaries?
On Sat, Apr 12, 2025 at 4:23 PM Thad Humphries
wrote:
> I have a problem that appears to be one webapp in Tomcat 9 having a portion
> of its classpath ma
There are no native binaries in either the jai-image core or jpeg2000 jars.
These same web apps run on Linux, Windows, Intel macOS, and at least one
old Solaris machine. I just prefer macOS as my development platform. (Sun's
original JAI did have native libraries, but that was decades ago.)
On Sat