-Djava.library.path
command-line property when starting the framework and pointing to your libraries folders. For example:
java -jar protoFramework.jar -Djava.library.path=my/lib
However there is another way to do this in the Framework configuration.
libPath
element in the Framework configuration file. For example:<files> <file url="applications.xml" /> <file url="services.xml" /> <file url="types.xml" /> <file url="properties.xml" /> <libPath url="my/lib" /> </files>Note that the order of the
libPath
element is not significant.libPath
element, for example:<files> <libPath url="my/lib" /> <file url="applications.xml" /> <file url="services.xml" /> <file url="types.xml" /> <file url="properties.xml" /> <libPath url="my/lib2" /> </files>
-Djava.library.path
property, which is by specifying it on the command-line. Copyright 2017-2020 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence