I am working on a JAVA project with ECLIPSE. I would like to use XSLT3. For that, I need to import a package called SAXON.HE.jar
My Java Version is 14.
When I use jdeps to get the SAXON.HE.jar dependencies, I get :
net.sf.saxon.trans -> org.apache.xml.resolver **not found**
net.sf.saxon.trans -> org.apache.xml.resolver.helpers **not found**
net.sf.saxon.gizmo -> jline.console **not found**
net.sf.saxon.gizmo -> jline.console.completer **not found**
net.sf.saxon.gizmo -> jline.internal **not found**
So I am not able to create my custom JRE with JLink because I have an error because of this not found objects.
How can I solve that ?