Font problem with Intellij 13.1 and Java 7 on OS X
It seems that font rendering works differently between Java 6 and Java 7 on Mac OS X. The problem is, that I want to use Wildfly from Intellij wich gives me a warning in the run configuration dialog that Intellij at least want's Java 1.7. I changed the plist file to use 1.7. But that gives me that ugly font rendering ?
Any ideas how to solve this ?
Regards
Roger
Please sign in to leave a comment.
Unfortunately that's a JDK 7 problem, so far no workaround/solution is known.
... and it still does not work witj JDK 8 :-(
Regards
Roger
The JDK that IntelliJ runs under and the JDK the app server run under don't have to be the same. Run IntelliJ under Java 6 and the app server under Java 7.
I know, but there is currently a bug in Intellij. Therefore I get the error message that Intellij want's at least a Java 7 JDK. But I think this bug is fixed in the next release.
Regards
Roger