Hi,
We're having trouble attaching to an already existing Java application with a 2nd object. The Java application is running in an Internet Explorer 11 tab, and interfacing with it is working fine with the 1st object (object that launches the application via IE11).
I should mention upfront that launching IE 11 and navigating to this particular tab causes the attach to work just fine for the object used to launch with. So we have a main object used to do the generic stuff with, like launching. The intention is to have a 2nd object to do some of the more specific stuff within this Java application, and it is this 2nd object that has trouble with attaching. That is, it attaches fine, but it attaches in a way where we can't use the Java spy mode.
I've tried to attach with the following configurations:
process name = "iexplore" + child count = 1
process name = "jp2launcher"
Java Access Bridge is enabled under "Ease Of Access Center".
Symptoms:
Launching IE 11 and navigating to URL containing Java application
Attach working fine, we're able to use Java spy mode
Attaching to existing IE 11 with loaded in-tab Java application from a different object
Attaches to tab, but we can't use Java spy mode. When cycling through the different spy modes Java is never an option that appears.
Suggestions?