Dear Friends, I have a slightly complicated case where I do not have source code (or the compiled class) the swing application that I am trying to run automatically.
I will try to do a series of tasks on this application, press some buttons, click on some parts etc. I want to be able to do this programatically.
Every single swing debugger/robot I have come across wants you to have the class you are launching and the debugger launches together with the class.
Problem here is my application is launched by me launching a JNLP application, which authenticates me (I have to enter username and password), then runs a bunch of classes on a remote server. And the swing application gets lauched.
I want to be at a point where I can now perhaps attach to the swing application and run it programatically. Sorry this seems too complicated, but this is the scenario here...
Perhaps there is no way to do it at all, please tell me so also....if that is the case...
thank you so much...