This is the mail archive of the mauve-discuss@sources.redhat.com mailing list for the Mauve project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: ClassTest on class.getClassLoader()


sharon> Another thing I notice is that in test_getClassloader
sharon> //Class obj2 = Class.forName("ClassTest");
sharon> Class obj2 =
sharon> Class.forName("gnu.testlet.java.lang.Class.ClassTest");

sharon> I wonder if you need to put all package name here. For
sharon> me, I need to put all package name here even I set the
sharon> classpath. And in JLS, it claims that for
sharon> Class.forName(), you need put fully qualified name.

Sounds right to me.
I'm committing the change.

Tom

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]