Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个第三方 ActiveX dll,如果可能的话,我想在运行时以编程方式注册它。这可以用Java完成吗?我正在使用的应用程序是 Windows XP 上的 Eclipse 应用程序。
您可以通过ProcessBuilder类执行regsvr32 。