简体   繁体   English

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

[英]Can I use JRebel without java installed

Will JRebeL work when only Eclipse's embedded java is used? 当只使用Eclipse的嵌入式Java时,JRebeL会工作吗?

I don't otherwise have java insalled. 我没有其他java的问题。 Do I need to get it in order to use it? 我需要得到它才能使用它吗?

Short Answer: No 简答:不

Long Answer from JRebel Page JRebel页面的答案

JRebel is JRebel是

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 JRebel不是

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.

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何更改JRebel的日志目录? - How can I change the log directory for JRebel? 如何在 Intellij IDEA 中使用 JRebel 进行调试 - How can I debug with JRebel in Intellij IDEA 我可以在新安装的Linux中使用Java swing应用程序吗 - Can i use Java swing application in a freshly installed Linux 禁用JRebel而不重新启动 - Disabling JRebel without restarting 如何在不使用 java 小程序检查且不使用 javascript 的情况下检测是否安装了 java 并知道其版本? - How can I detect if java is installed or not and knowing its version, without using java applet to check and without using javascript? 我可以在没有安装 jdk 的情况下从远程服务器获取 java 进程的堆转储吗? - Can I get heap dump of a java process from a remote server without jdk installed? 我已经安装了 java free chart。我现在如何使用 java free chart 在 java 中绘制平滑曲线 - I have installed java free chart.How can I now use the java free chart to plot smooth curves in java 如何在我的java程序中使用安装了WAMP Server的MySQL - how can i use MySQL installed with WAMP Server in my java program 是否可以通过Java在Selenium中使用没有预期条件的WebDriverWait? - Can I use WebDriverWait without an ExpectedCondition in Selenium through Java? 我可以在 Java 中使用优先队列而不实现比较器吗? - Can I use Priority Queue in Java without implementing a comparator?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM