Library.listClasses
Jonathan Gibbons
Jonathan.Gibbons at Sun.COM
Wed Nov 11 13:08:01 PST 2009
Library.listClasses (and other methods taking class names) does not
specify whether the class names are in Java form (all dot separators
JLS3, 6.7), JLS binary form (dots and dollars, JLS3, 13.1) or JVMS
binary form (slashes and dollars, JVMS3, 4.2).
I'm hoping you're using a binary form, with a mild preference for the
JVMS binary form (i.e. as found in class files.) At any rate, it needs
to be specified.
-- Jon
More information about the jigsaw-dev
mailing list