hg: ppc-aix-port/jdk7u/jdk: Enable AWT/Swing on AIX

volker.simonis at gmail.com volker.simonis at gmail.com
Mon Oct 29 13:27:55 PDT 2012


Changeset: 3097457689ba
Author:    simonis
Date:      2012-10-29 21:25 +0100
URL:       http://hg.openjdk.java.net/ppc-aix-port/jdk7u/jdk/rev/3097457689ba

Enable AWT/Swing on AIX

This changes provides basic font handling based on Fontconfig and a basic fontconfig.properties configuration for AIX based on the standard Postscripts Type1 fonts. It expects to find libfontconfig.so from the standard shared library path or inside /opt/freeware/lib/libfontconfig.so at runtime and the standard Type1 Postscript fonts under /usr/lib/X11/fonts/Type1. If these prerequisites are fulfilled, the SwingSet2 demo from the standard Oracle JDK demo directory can be executed successfully.

! make/sun/awt/Makefile
+ src/solaris/classes/sun/awt/fontconfigs/aix.fontconfig.properties
! src/solaris/native/sun/awt/fontpath.c



More information about the ppc-aix-port-dev mailing list