Hi Jon, > I find the ":" in "(sun/font:FontManager$4$1.class)" somewhat > strange. It might be worth checking CreateSymbols to see if that is > just an artifact of the error message, or if it is indicative of the > error.
Hmm, I'm not sure where this string is created. > Have you tried using javap or similar disassembler to see if they can > read (all) the FontManager*.class files sucessfully? >From what I can tell, javap -private -verbose -l -s sun.font.FontManager is successful, at least it doesn't complain loudly. > If nothing else, can you make the FontManager*.class files available > for us to look at? Sure. You can find them here: http://kennke.org/~roman/fontmanagerclass.zip Thanks, Roman -- Dipl.-Inform. (FH) Roman Kennke, Software Engineer, http://kennke.org aicas Allerton Interworks Computer Automated Systems GmbH Haid-und-Neu-Straße 18 * D-76131 Karlsruhe * Germany http://www.aicas.com * Tel: +49-721-663 968-0 USt-Id: DE216375633, Handelsregister HRB 109481, AG Karlsruhe Geschäftsführer: Dr. James J. Hunt
