Skip to content

WIP: community/openjdk8: add a font to the JRE package

Simon F requested to merge bratkartoffel/aports:openjdk8/fix-awt-NPE into master

This MR fixes a NPE with AWT classes if no font is installed on the system. As the jre variant of this package is meant to be run on machines with an UI, this should normally not happen. Our tests however fail, as we use jfreechart which uses AWT to draw some stuff.

Details about this issue can be found at #12030

Edited by Timo Teräs

Merge request reports