在 Eclipse RCP 开发中使用 JRebel

发布于 2024-11-18 06:03:41 字数 119 浏览 3 评论 0原文

在开发 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

北渚 2024-11-25 06:03:41

我已经成功做到了这一点,只需从 Eclipse 市场安装 JRebel 评估版,重新启动 Eclipse 并配置 JRebel,打开项目的运行配置,您将看到一个 JRebel 选项卡,选中“启用 Jrebel 代理”,现在 JRebel 将开始节省您的大量时间。


一些注意事项:

  1. JRebel 不是免费的,经过 30 天的评估后,您需要购买它。
  2. 有时您仍然需要重新启动应用程序,例如删除内部类后,但我对此不确定

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 :

  1. JRebel is not free, after a 30 days evaluation, you need to buy it.
  2. sometimes you still need to restart your application, after removing a inner class for example, but I am not sure about this
¢蛋碎的人ぎ生 2024-11-25 06:03:41

这可能会有所帮助:一个 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)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文