"Unknown class in nib file..."
"Unknown class in nib file..."
- Subject: "Unknown class in nib file..."
- From: email@hidden
- Date: Sun, 12 Aug 2001 16:17:18 +0200
Hello,
When running a (probably malformed !) application, I got this message
"Unknown class MyClass in nib file, using NSObject instead".
My application is a Java one. I've created MyClass in IB, instantiated
it, connected it, created the file, etc. MyClass must perform the
parsing of an XML document and display the result on a MainWindow's
NSTextField.
For parsing a document, you have to create two class instances
(myErrorHandler and myContentHandler) with the operator new.
Both MyErrorHandler.java and MyContentHandler.java appear only on PB
(and not IB).
Any help appreciate,
Thanks,
olivier