Printer FriendlyEmail Article Link

TTworkbench : When to use a Third Party Library and how to add it to a TTCN-3 project?

Environment/Versions
TTworkbench 32/64 Bit Windows/Linux
Answer
A third party plugin is needed when some libraries of third party are needed, for example JNI wrapper for calling dll libraries.

1. Create a folder under tt3plugins and give a reasonable name. Make it a new runtime plugin with right mouse click, New > Runtime plugin wizard.
2.  TT3plugin.xml is generated and opened. In the "General Information Page", add the jar file paths in the section "Jar files and build folders" and add the necessary dll paths (not the files themselves) in the section "Native library paths", add the necessary dependencies if any.
3. In the "Extension Page", add a Third Party Library and give it a name.

Product : TTplugins