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

0
4 comments

Unfortunately that's a JDK 7 problem, so far no workaround/solution is known.

0
Avatar
Permanently deleted user

... and it still does not work witj JDK 8 :-(


Regards
  Roger

0
Avatar
Permanently deleted user

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.

0
Avatar
Permanently deleted user

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

0

Please sign in to leave a comment.