I am rewriting a script that uses COM to automate a Windows application, and I would like to rewrite it in Java. The thing is, COM libraries seem a bit outdated, and I don't want to waste time on code that doesn't work. Is there anything you tried and worked?
source
share