I have a third-party ActiveX dll, and I’d like to register it programmatically at run time, if possible. Can this be done in Java? The application I’m working with is an Eclipse application on Windows XP.
I have a third-party ActiveX dll, and I’d like to register it programmatically at
Share
You could execute regsvr32 via the ProcessBuilder class.