i have application installed on desktop.on clicking asks username ,password , rsa token(which randomly generated number). how can open application through java . ....need on
i have tried robot class did not succeed.need
perhaps i'm mising something.. question is
how can open application through java
you can execute command java in terminal window:
runtime rt = runtime.getruntime(); process pr = rt.exec("c:\\app.exe");
Comments
Post a Comment