> For the complete documentation index, see [llms.txt](https://vincentcc.gitbook.io/jrebel/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vincentcc.gitbook.io/jrebel/chapter4/jrebel-an-zhuang-shi-yong.md).

# Jrebel 安装使用

1. Jrebel 的安装 可用IDE安装，如 IDEA的plugins 市场搜索 Jrebel即可安装。 Eclipse 可用 Marketplace 搜索 Jrebel 安装。通过购买注册码完成激活。这里不做过多赘述。 ![激活](/files/-L_37H0dz_fsB5VTzVJM)
2. Jrebel 的远程热部署\
   [演示链接](https://blog.csdn.net/stpice/article/details/80114685)

   ```
   java -jar jrebel.jar -set-remote-password <NewPassword>
   java "-agentpath:[JRebel root folder]/lib/libjrebel64.so" -Drebel.remoting_plugin=true -jar myapp-boot.jar
   ```
