Hello,
I am using EMA Java latest version (3.9.2.0)
I am implementing an RTO WebSocket implementation, and from what I encountered and read, you cannot download the dictionary from the WebSocket version of the RTO.
Given this fact, I am using the FileDictionary to make the EMA load it from local files.
The problem I have is that the dictionary files are inside a jar. The only solution that works seems to be to read the file and copy it into a temporary file and use that temporary file's path and give it to the EMA library to load it from there.
Is there any other way to load a dictionary file that is inside a jar besides that?
Thank you