0

I tried to integrate VisualVM with Eclipse (Version: 2018-09 (4.9.0)) by follow the very basic instructions given here.
I run a windows machine, and have JDK 10 installed.
Downloaded and unzipped VirtualVM

enter image description here

Downloaded and installed Virtual launcher plugin, and configured it as required:

enter image description here

Unfortunately the configuration can not be applied when configuration when JDK Home points to JDK 10.
It does accept JDK 1.8.

Any idea why and how can I set it to work with JDK 10 ?

c0der
  • 18,467
  • 6
  • 33
  • 65

2 Answers2

1

This seems to be a bug in the Eclipse VisualVM launcher. It would be great if you can file it at VisualVM JIRA. You found the correct workaround - just use JDK 8, there is no need to run VisualVM on JDK 10 if you have JDK 8 installed.

Tomas Hurka
  • 6,723
  • 29
  • 38
  • Thanks for your reply. The workaround is not that good because I use JavaFx which was decoupled from JDK 10. – c0der Dec 10 '18 at 15:48
  • I don't see, how this is connected to the fact that you want to run VisualVM on JDK 10. FYI: You don't need to run VisualVM on JDK 10 to be able to monitor JDK 10. – Tomas Hurka Dec 10 '18 at 18:34
0

I got a message that this bug was cleared in this version of Eclipse launcher.

c0der
  • 18,467
  • 6
  • 33
  • 65