The Trove library may be downloaded from here:
https://bitbucket.org/trove4j/trove/downloads/From the extracted download, copy
trove-3.0.3.jar into StreamBase install directory:
{tibco_home}\sb-cep\7.7\lib\ext\For TIBCO Streaming version 10 and following, obtaining Trove is handled through this Maven dependency which should be automatically included in the generated pom.xml when using the TIBCO StreamBase High Performance FIX engine:
<dependency>
<groupId>net.sf.trove4j</groupId>
<artifactId>trove4j</artifactId>
<version>3.0.3</version>
</dependency>
If not added automatically, this may be copied into the
<dependencies> section of the project
pom.xml.