java - 我可以在没有安装java的情况下使用JRebel吗

标签 java jrebel

仅使用 Eclipse 的嵌入式 java 时,JRebeL 可以工作吗?

我没有安装java。我需要获取它才能使用它吗?

最佳答案

简短回答:否

来自JRebel Page的长答案

JRebel is

A Java development-time tool that decreases turnaround by instantly reloading changes to your code. All this without having to restart the container or redeploy the application.
A JVM -javaagent plugin. The -javaagent is a command line option that has been available since Java 5 to allow custom instrumentation plugins to be registered. JRebel uses this option for installation.
A single JAR file. That’s pretty much says it all – there is no long installation process: just unzip, copy, add options to the command line and enjoy!

JRebel isn’t

An IDE plugin. JRebel comes pre-bundled with the plugins for Eclipse, IntelliJ IDEA, NetBeans and JDeveloper, however, JRebel agent is designed to be IDE-agnostic and can be used outside the IDE.
A framework. JRebel does not introduce any dependencies in your application. You can take it away at any moment and just continue developing the way you do normally.
An application server. JRebel works with all prominent application servers, but it definitely isn’t one.
A custom JVM. JRebel doesn’t require you to make any changes to the JVM and works on all prominent JVM implementations.

关于java - 我可以在没有安装java的情况下使用JRebel吗,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41752137/

相关文章:

eclipse - JRebel 可以重新部署 Maven 依赖项中的更改吗?

java - 查看 SBT 发出的确切 java 命令

java - 使用 JRebel 6.0.0 部署时,在 Spring 4.1.2 更新后找不到资源

java - 什么是java中的@override注解?

java - EntityManager 注入(inject)导致 NullPointerException

java - 无法获取连接工厂客户端

intellij-idea - 如何让 jrebel、jetty、gradle 和 intellij idea 一起工作

java - 使用 JRebel 交换类的字节码

java - 加类计算器

java - 使用记录类型解析 xml