I wondered if there is a plugin or someone has a script to start jconsole automatically when I run or debug an application from eclipse. Maybe adding the classpath too. I googled but didnt find anything. In most cases this is a sign that it doesnt work or its to easy to ask :D
質問する
11276 次
2 に答える
5
まさにこれを行うVisualVM ( http://visualvm.java.net/eclipse-launcher.html )用のプラグインがあります。
VisualVMが jConsole のスーパーセットであり、jConsoleプラグインもネイティブにサポートしていることを考えると、 jConsoleの代わりにVisualVMを安全に使用できます。
于 2013-02-14T16:26:05.703 に答える