Some applications will require external resources to be available to the application server during runtime like a JDBC driver or a DLL that contains a native library that the app needs. When this happens what you need to do is double-click on your server in the Servers view then click the “Open launch configuration” link in the server’s configuration editor. On the Classpath tab you can add jars and reorder them. For DLLs, on the Arguments tab, modify the VM Arguments panel to add or change the java.library.path property.
-
This topic was modified 9 years, 5 months ago by support-tony.
-
This topic was modified 9 years, 5 months ago by support-tony. Reason: Revised for release 2015