Hello list, I'm making my first steps in eclipse dev environment when first trying to run on eclipse my project made on xcode I bumped into a problem i can't figure out. after cleaning out all compiler problems i finally succeeded to build it, however failed to run. just after launch it throws me an exception
java.lang.NoClassDefFoundError: com/apple/cocoa/foundation/NSMutableDictionary what is that weird class and package? i've never heard of this console says that exception is thrown from DirectAction class (method defaultAction), though i do not use any dictionaries there at all. and also no stack trace is returned... the browser displays "InvocationTargetException" page. another note is that when converting my project from xcode to eclipse the migration script changed import statement in in one of my source files from com.webobjects.foundation to aforementioned weird com.apple.cocoa.foundation any comments on this? regards, Gennady _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
