Custom Java connectors > Creating a Java resource

Creating a Java resource
When you create a Java resource you must first add all java class files, libraries and configuration files to a zip archive, and then import the zip archive to a resource set. The zip archive must include the appropriate *.i, *.o and *.or files at root level:
<java_class_name>.i – definition of input connector settings.
<java_class_name>.o – definition of output connector platform settings.
<java_class_name>.or – definition of output connector runtime settings.
The zip archive must also include a lib folder with all required *.jar and *.class files.
To create a Java resource
1
2
3
4
5
OpenText StreamServe 5.6.2 Updated: 2018-01-26