I have created my own metadata adapters and data adapters and I can deploy and test them using my adapters.xml document(s).

However, I wish my adapters to make use of platform specific JARs. I am working on an IBMi and wish to use OS400 native data queues using the jt400Native.jar. Do I have to include this in all my own JARs, or can I configure Lightstreamer to load the classes in the jar at start-up (as I can with jWebSocket) , or do I just modify the classpath I use to start the server in the first place?