在 Eclipse RCP 开发中使用 JRebel
在开发 eclipse rcp 应用程序时,我需要在更改代码后重新启动应用程序。
我的问题显然应该是这样的:
如何在 RCP 应用程序开发中使用 JRebel,这样我就不需要一次又一次地重新启动整个大应用程序?
When developing a eclipse rcp applicatin,I need to restart the application after I changed my code.
My question is obviously should be this :
How can I use JRebel in RCP applition development, so I do not need to restart my whole big Application again and again ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我已经成功做到了这一点,只需从 Eclipse 市场安装 JRebel 评估版,重新启动 Eclipse 并配置 JRebel,打开项目的运行配置,您将看到一个 JRebel 选项卡,选中“启用 Jrebel 代理”,现在 JRebel 将开始节省您的大量时间。
一些注意事项:
I had managed to do this, just install JRebel evaluation from Eclipse market, restart eclipse and configure JRebel, open your project's run configuration, you will see a JRebel tab, check "enable Jrebel agent", now JRebel will begin to save your much time.
some notes :
这可能会有所帮助:一个 JRebel 插件刷新了plugin.xml更改的包: https:// bitbucket.org/toomasr/eclipse-jr-plugin(捆绑包还必须具有rebel.xml)
This may help: a JRebel plug-in that refreshes a bundle which's plugin.xml changes: https://bitbucket.org/toomasr/eclipse-jr-plugin (the bundle must have rebel.xml as well)