如何从命令行或脚本升级正在运行的 NetBeans 平台应用程序中的模块?
如何从命令行或脚本升级正在运行的 NetBeans 平台中的模块? 在 NetBeans IDE 中开发 NetBeans 平台应用程序时,可以在您正在处理的应用程序的运行实例中热部署/更新模块。 如何从 ex 命令行或 ANT 脚本执行此操作,以便在不使用 NetBeans IDE 的情况下快速开发 NetBeans 平台应用程序?
How do i upgrade a module in a running NetBeans Platform from commandline or script? When developing NetBeans Platform Apps in NetBeans IDE it is possible to hot deploy/update modules in a running instance of the application you are working on. How can i do this from ex commandline or an ANT script so i can do rapid development of NetBeans Platform application without using the NetBeans IDE?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
运行我们用于启动应用程序的相同可执行文件,但添加重新加载选项和要重新加载的模块的路径。
Run the same executable that us used to start the application but add the reload option and the path to the module that you want to reaload.