This is the windows interface, I would like to ask how to start config_editor.jar in the linux environment to import the xml configuration
RFA configuration, how to install in linux environment
New posts are disabled while we improve the user experience.
You can browse the site, or for urgent issues, raise a query at MyAccount.
Hello @1876072456
The RFA Java Configuration Editor tool requires the GUI desktop, so you cannot run it from the Linux terminal. You need to run it on the Linux GUI desktop session.
Alternatively, you can use the following RFA Java command-line tools that are available in <RFA Java package>/Tools folder:
Example usage:
Sometimes, you may need to remove the configuration first and then reload the modified configurations file
$>java -jar config_remover.jar -user -path /com/reuters/rfa/ myNamespace
$>java –jar config_loader.jar -file rfaconfig.xml
Note: #This path needs to be matched with your quickstart.xml XML-tree structure.
Hi @1876072456
If you are planning any new development using Java to consume real-time streaming data, you are strongly advised to use our newer Refinitiv Real-Time SDK (RT-SDK) Java - rather than RFA Java. RFA Java is a legacy API. Refinitiv Real-Time Java SDK | Refinitiv Developers
RT-SDK is much easier to learn and program with compared to RFA Java.