Re: classNotFoundException NSPopUpList
Re: classNotFoundException NSPopUpList
- Subject: Re: classNotFoundException NSPopUpList
- From: Ivan Myrvold <email@hidden>
- Date: Fri, 13 Jun 2003 10:26:50 +0200
No, this error message is a mystery. I don't have anything called
NSPopUpList in my project, and in my single java class, I do not even
import com.apple.cocoa.application.*
I searched the archives, and there were a couple of other messages
related to this. But no solution, however.
Ivan
Pe fredag, 13. juni 2003, kl. 10:12, skrev j o a r:
What is "NSPopUpList"? It's no class that I know of. Are you thinking
of NSPopUpButton, or is it some Java-only Cocoa class?
j o a r
On Friday, Jun 13, 2003, at 09:57 Europe/Stockholm, Ivan Myrvold wrote:
I just reinstalled the December Dev Tools, and now I can not debug my
Objective-C project. I have only one Java class included in the
project, and I suspect that one to be the problem. The debugger
complains about this:
"Program threw an uncaught exception:
java.lang.ClassNotFoundException". And looking at the variable list
in the debugger, I have Locals->path = NSPopUpList.class
How can I get my application to debug again, other than throw out the
java class? And that I can't do, because I use that class to access
Oracle through JDBC.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.