> I believe it should be full package+class name so
>
> "com.apple.yellow.webobjects.WOApplication" for example..

What would it be for classes you wrote. For example, if I add a Java class called MyClass in Project Builder, would then I do this: ?
	Class MyClass = NSClassFromString(@"MyClass");

or this: ?

	Class MyClass = NSClassFromString(@"xxx.yyy.zzz.MyClass");


If the second one, what would the xxx, yyy, zzz be?

Reply via email to