Skip to main content
Question

FME 2013 - Java functions/factories

  • April 11, 2013
  • 0 replies
  • 15 views

tino
Supporter
Forum|alt.badge.img+26
Hi, 

 

 

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?
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.