Hello i have opened Spark IM code in java ide and am using MS windows. In Growl.java file, following code has been written and error says that can not resolve symbol apple
import com.apple.cocoa.foundation.NSDistributedNotificationCenter;
import com.apple.cocoa.foundation.NSArray;
import com.apple.cocoa.foundation.NSDictionary;
import com.apple.cocoa.foundation.NSMutableDictionary;
import com.apple.cocoa.foundation.NSData;
import com.apple.cocoa.application.NSImage;
Can any one tell me what is wrong? where to find these definition ? which directory contains the definition. i can not find this out
thanks
Aaron1
September 17, 2006, 9:31am
2
Should be in the plugins directory of the source download via svn.
spark\src\plugins\apple
How did you obtain the source files?
Hopefully with subversion.
Hey cyclone thanks for reply
yes i downloaded it from SVN but still i can not find com.apple.cocoa.application and com.apple.cocoa.foundation class hierarchy in apple folder.
thanks
Aaron1
September 20, 2006, 4:49am
4
Hey Rita,
I couldn’'t find that Spark or the Sparkplugin packs came with this jar.
I did notice that it would possibly be available from apples dev website.
I looked around as much as I could without registering on their site and couldn’'t find that you could download it without being registered.
You may want to check it out. Google is what pointed me to the direction of apples website.
Hope you are able to find it there.
_Aaron