NSPopUpList ClassNotFoundException
NSPopUpList ClassNotFoundException
- Subject: NSPopUpList ClassNotFoundException
- From: Mike Solomon <email@hidden>
- Date: Tue, 13 Nov 2001 00:46:56 -0800
Hello all-
I've searched the archives and found only one other instance of this
problem to which there was no reply.
I will summarize: if i use an NSComboBox from IB in my Java Cocoa
application, when i debug, I get a mysterious ClassNotFoundException
when the internal loader looks for NSPopUpList. This doesn't appear to
be a publicly accessible, or documented Java class.
The problem is not fatal, as the application continues to run normally.
However, exceptions are by definition exceptional, so I'm wondering if I
have something configured incorrectly. Any input would be appreciated.
TIA,
-Mike