1

The text within the plots generated by Jenkins' Plot plugin is illegible, as it uses a very small cursive font. It appears as though I am missing a Java font used by this plugin; however, I have no idea how to install or find such fonts. I'm using OpenJDK 1.6.0, and have JRE 6u23 installed.

It's the same issue experienced at the Labels-are-unreadable-in-charts, but much to my dismay, the user did not post the solution after figuring out how to fix the problem.

Akhil Jain
  • 13,872
  • 15
  • 57
  • 93
webjawns.com
  • 2,300
  • 2
  • 14
  • 34

1 Answers1

2

I'm not sure if this helps you out or not, but OpenJDK is known to have font rendering issues for Java.

You'll see a bunch of stuff here on Google Search Results

I just tested an application yesterday that had blurred fonts with OpenJDK but ran fine with Sun JDK.

Unless you have a restriction on using Sun's JDK, I would try that and see if it works..

Akhil Jain
  • 13,872
  • 15
  • 57
  • 93
Sagar
  • 9,456
  • 6
  • 54
  • 96
  • Thanks so much!! That did the trick. This has been so frustrating, so I am very grateful for your help. For anyone else who is having this problem, I downloaded the JRE/JDK RPM packages from http://www.oracle.com/technetwork/java/javase/downloads/index.html. – webjawns.com Apr 29 '11 at 20:18