RFR: 7494: Unable to view JMC Help Contents

Alex Macdonald aptmac at openjdk.java.net
Mon Jan 10 15:42:34 UTC 2022


On Mon, 10 Jan 2022 10:57:37 GMT, Alex Ciminian <duke at openjdk.java.net> wrote:

> I didn't know how to open the jsp in eclipse so I couldn't play with it there, but looking [at the source](https://git.eclipse.org/c/platform/eclipse.platform.ua.git/tree/org.eclipse.help.webapp/index.jsp) it seems that because of the `System.getProperty` call the JSP fails to compile. Searching online for similar problems, I found [this issue](https://github.com/OpenLiberty/open-liberty/issues/18043) which suggests upgrading JDT (and specifically the eclipse compiler) might fix it.

Guru had opened an Eclipse bug for JDT explaining our issue [[0]](https://bugs.eclipse.org/bugs/show_bug.cgi?id=574937), there hasn't been a lot of comments on it recently though. Interesting that the update to JDT 3.26.0 fixed the issue for open-library, we're currently consuming 3.18 via 2021-06 [[1]](https://download.eclipse.org/releases/2021-06/202106161001/features/) (and it looks like even through to 2021-12 the same version will be used).  

[0] https://bugs.eclipse.org/bugs/show_bug.cgi?id=574937
[1] https://download.eclipse.org/releases/2021-06/202106161001/features/

-------------

PR: https://git.openjdk.java.net/jmc/pull/347


More information about the jmc-dev mailing list