Unable to map fields from a target Java app

When investigated further, it was found that the initial Java jar that is launched actually cascades the launching of other jars and the args for the Java extension don’t get cascaded. Can anyone advise on how to do it without resorting to using Image Recognition instead of the Java extension? Thanks

Hello @francis.donohue

Based on you message, I assume you are trying to load the java extension from a separate folder (Extension for Java). The process is dependent on the java app that is launched by the managing app. The managing app should provide a way of passing arguments (or specifying dependencies) to the other jar file so that is were you want to dive deep. You should probably look for a configuration file, specific for the java app that gets started by the managing app.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.