2

This is related to: Same Java Fonts Slightly Different in Eclipse vs JNLP

When I run my application through JDK 1.6.0_24 the fonts render in a particular way that I really like. However, when I run my application through JRE 1.6.0_24, they render in a way that I don't like.

Here's the difference: (JDK render on top, JRE render on bottom)

enter image description here

So, how I can make the JRE render fonts the same way as the JDK?

Thanks!

Community
  • 1
  • 1
PAULUS
  • 212
  • 3
  • 10
  • possible duplicate of [Same Java Fonts Slightly Different in Eclipse vs JNLP](http://stackoverflow.com/questions/12219104/same-java-fonts-slightly-different-in-eclipse-vs-jnlp) – Gilbert Le Blanc Aug 31 '12 at 19:14

1 Answers1

1

So, I'm thinking this might be a "bug" in some versions of Java 6. I just updated to Java 6 Update 35 and both the JDK and JRE render fonts correctly and as I would expect. So there you have it.

PAULUS
  • 212
  • 3
  • 10