I try to set the java.library.path
as follows:
-Djava.library.path="/PATHTO/instantclient"
to the Eclipse Apache Tomcat 9 launch configuration "VM arguments". After saving the configuration and reopening it, the value is reverted to:
-Djava.library.path="/PATHTO/tomcat/bin"
If I try to remove: -Djava.library.path
completely, it is also reverted to the above value.
Eclipse Version: 2025-03 (4.35.0) Build id: 20250306-0812
What could be problem?
Open an issue at https://github.com/eclipse-servertools/servertools/issues . I think I see what the problem is.