does anyone know if the MODULE_PATH parameter has any impact for java plugins? You'll need a db file with 3 entries in /pluginsinfo:
PLUGIN_NAME|MODULE_PATH|MODULE_TYPE
For all java examples the MODULE_PATH is not set and tests with different setting show no effect at all. FME seems simply to add all jar files in /plugins to classpath.
The reason why i am asking:
We have a plugin which requires a lot of 3rd party jar files. If we put all files just into /plugins it just works fine.
But we would like to put all our files in a subdirectory, e.g. /plugins/myFac/*.jar so we do not clutter the directory.
But this seems not to work, even i we manipulate the system wide CLASSPATH before starting FME.
Any suggestions/hints?