gpt4 book ai didi

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

转载 作者:太空宇宙 更新时间:2023-11-04 11:51:44 24 4
gpt4 key购买 nike

仅使用 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/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com