tibco start a realm server start developing java client References

Default installation location on MAC.
The package was installed into /opt/tibco/ftl/5.4

start a realm server

1
sudo /opt/tibco/ftl/current-version/bin/tibrealmserver

start developing java client

1
2
3
4
5
6
7
# install client jar into maven
mvn install:install-file -Dfile=/opt/tibco/ftl/current-version/lib/tibftl.jar -DgroupId=tibco.ftl.client
-DartifactId=ftlclient -Dversion=5.4 -Dpackaging=jar

# For code using com.tibco.ftl.group.*;
mvn install:install-file -Dfile=/opt/tibco/ftl/current-version/lib/tibftlgroup.jar -DgroupId=tibco.ftl.client
-DartifactId=ftlgroupclient -Dversion=5.4 -Dpackaging=jar

When running java , using -Djava.library.path=/opt/tibco/ftl/current-version/lib

References

Doc home
https://docs.tibco.com/pub/ftl/5.4.0/doc/html/GUID-C0EBAF36-A682-445D-B3EE-8E683330BE07-homepage.html