1
Eclipseの組み込みJavaのみを使用するとJRebeLは動作しますか?javaをインストールしないでJRebelを使用することはできます
私はJavaがインストールされていません。それを使用するにはそれを入手する必要がありますか?
Eclipseの組み込みJavaのみを使用するとJRebeLは動作しますか?javaをインストールしないでJRebelを使用することはできます
私はJavaがインストールされていません。それを使用するにはそれを入手する必要がありますか?
短い答え:いいえ
からロング回答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!
01ではないですJRebelは
JavaがインストールされていないとEclipseは動作しません。 –