I’m developing a Java application to publish market data to TREP. After reading some documentation, I found that I need to use the following JAR files: ema-3.8.3.0.jar, logback-classic-1.2.11.jar, eta-3.8.3.0.jar, logback-core-1.2.11.jar, slf4j-api-2.0.16.jar, and json-20240303.jar. The documentation also mentions that I need ema.so and eta.so files. Do I need to manually compile RTSDK-2.2.3.E1.linux.rrg to generate these two .so files?
Additionally, I’m using OpenJDK version “11.0.26.” Is this version compatible, or do I need a higher version of the JDK?