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.
我正在开发一个 Netbeans 插件,我需要在其中调用可以使用命令提示符执行的命令(windows bath 文件)。有没有办法从 Netbeans 插件调用该批处理文件?
谢谢 !!!
您可以使用 Runtime.exec 或者您可以查看NetBeans 开发人员常见问题解答,特别是我认为的外部进程页面。