On Wed, Jul 2, 2008 at 12:27 PM, Antonio Di Ferdinando <[EMAIL PROTECTED]> wrote: > Does anybody know what's wrong with this? Or, alternatively, other > solutions?
For one, the Cocoa-Java Bridge is deprecated, so I wouldn't be surprised if you are actually running into a problem that Apple will simply never fix. The application you're talking about developing sounds like it would be a good candidate for being written in Python (assuming of course no integration with existing/legacy systems is required), so you might want to use PyObjC instead. --Kyle Sluder _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
