Questions/comments about setting up JMC development workspace in Eclipse
Langer, Christoph
christoph.langer at sap.com
Mon Jan 28 10:56:47 UTC 2019
Hi Marcus,
After my build works, my next task is setting up the development infrastructure
So, of course, I followed your blog [1] about that closely. I eventually managed to set up my Eclipse workspace that it now shows no errors and JMC launches. But I have some feedback:
- JDKs: I think the part with JDK 10 is a bit outdated, right? Now it's all about JDK11 (and, JDK 8, of course). The cited bug JMC-5895 [2] has already been fixed quite some time ago. Is that correct?
- Setting up user library JMC_JDK: I've set up the library as described in the blog. However, it seemed to me that the maven import has deleted reference to JMC_JDK from the projects. (It also made quite a few modifications to .classpath files which I'm unhappy with as it spills hg status by the way). So I had to add reference back in projects org.openjdk.jmc.browser.attach and org.openjdk.jmc.console.jconsole. Also, now after the javafx dependencies were set up correctly as external dependency and not from the JDK, I think jfxswt.jar and jfxrt.jar can be removed. The reference to JMC_JDK can be dropped from the .classpath files of org.openjdk.jmc.flightrecorder.ui and org.openjdk.jmc.javafx.osgi.
- Importing the projects: If I import the projects from the main jmc directory, it does not show the projects inside subfolder core, as the main pom.xml does not define "core" as a module. So I had to manually import the core subdirectory.
Best regards
Christoph
[1] http://hirt.se/blog/?p=989
[2] https://bugs.openjdk.java.net/browse/JMC-5895
More information about the jmc-dev
mailing list