You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@uima.apache.org by GATE User <ga...@ymail.com> on 2013/05/24 04:44:15 UTC

Sharing Type System Descriptors

What's the best way to share type system descriptors?  Can I access the descriptors if they are in a jar with either import location or import name?  If I have to use import name, will there be any issues using it in an AS system?  Thanks in advance.

Re: Sharing Type System Descriptors

Posted by Marshall Schor <ms...@schor.com>.
You may access type system descriptors in a JAR by import-by-name - if the Jar
is on the class path.

-Marshall

On 5/23/2013 10:44 PM, GATE User wrote:
> What's the best way to share type system descriptors?  Can I access the descriptors if they are in a jar with either import location or import name?  If I have to use import name, will there be any issues using it in an AS system?  Thanks in advance.