Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [temurin-dev] Temurin 17 pre-built JREs are missing modules? (jdk.unsupported.desktop)

Hi Guillaume,

Are you able to report this issue to https://github.com/adoptium/temurin-build - we'll take a look from there.

Cheers,
Martijn


On Tue, 22 Mar 2022 at 17:11, Guillaume Anctil <anctil.g+temurin-ml@xxxxxxxxx> wrote:
Hi,

I couldn't find on bugzilla where to file bug reports for the temurin project, so I am reaching here instead.

I downloaded both 17.0.1+12 and 17.0.2+8 windows pre-built JREs as zips, and verified in their release file at the root of the zip that it listed the "jdk.unsupported.desktop" module that is required for running JavaFX's swing embedding.

That module list was identical to my previously custom built jlink'ed JRE that included all modules in the temurin JDK download, so I was confident that I could use the pre-built one instead and simplify my packaging processes, but it failed at runtime.

After running jimage on the modules file, I saw that the list of included modules in the modules file differs from the list in the release file and in fact jdk.unsupported.desktop's files were not in there.

Is it normal that the release file listing differs from the actual content of the modules file?
Also, would it be useful to include the jdk.unsupported.desktop module to facilitate the usage of JavaFX on the classpath with the maven artifacts?

Thank you for the hard work on this project.
_______________________________________________
temurin-dev mailing list
temurin-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://accounts.eclipse.org

Back to the top