I have an application written in Java. The application has several user interface controls (text fields, grids, buttons, etc.). I need to develop a .NET application that can display user interface elements and read text data. I have no problem getting the Window handle for a Java application, but after that I got stuck.
The Java application is third-party and cannot be modified in any way. I have zero experience in Java, but a lot of experience in C #. I tried using Java Access Bridge, but it doesn't seem to work. As I understand it, a Java application should support the Java Availability API, which probably isnβt.
Please share your experience with a similar task or just point me in the right direction.
How to list / read user interface controls from outside Java VM?
source share