问题标签 [j-interop]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
java - 如何从 Java 程序内部将 powershell 脚本作为 Windows 服务运行?
我有以下从 Java 内部运行 Windows 服务的代码。代码使用 JInterop Java 库,JInterop 是 Windows COM 服务器的纯 Java COM 客户端。JIntop 的更多详细信息可在此处获得 [ http://fishi.devtail.io/weblog/2015/01/21/pure-java-dcom-bridge-j-interop/]
是否可以使用相同的库以与上述相同的方式或以其他方式运行 powershell 文件(.ps1)作为服务。
java - 将 jar 包装成 dll
我想制作一个打包在 DLL 中的 COM 服务器,以便在 VBA-Excel 中使用。该功能将由打包在 jar 中的 Java 类提供。我该怎么做呢?