• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Disadvantages of Bridging Java in Objective-C Cocoa Apps
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Disadvantages of Bridging Java in Objective-C Cocoa Apps


  • Subject: Re: Disadvantages of Bridging Java in Objective-C Cocoa Apps
  • From: June Van Dyke <email@hidden>
  • Date: Tue, 04 Feb 2003 16:41:53 -0500

On 2/4/03 7:01 AM, "Eric Czarny" <email@hidden> wrote:

> I was just curious if there
> are many disadvantages to using Java classes within my Objective-C
> applications to, for instance, utilize the XML-RPC classes written by
> Apache.

Well, loading Java is slooooooow. Look at LimeWire. Granted, since most of
your app would be Obj-C, you'd get OK speed once running, but it will take
anywhere from three to ten seconds to load Java (and thus your app).

Unless you have a very good reason, I'd suggest you don't use Java, for the
end-user's sake (and to reduce debugging times :p).
--

-- sinclair44

[self becomeWorldDictator];

- (void)becomeWorldDictator
{
[[world currentLeaders] assassinate];
[[world citizens] terrorize];
[world setCurrentLeaders:[NSArray arrayWithObject:self]];
}
_______________________________________________
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.

  • Follow-Ups:
    • Re: Disadvantages of Bridging Java in Objective-C Cocoa Apps
      • From: Eric Czarny <email@hidden>
References: 
 >Disadvantages of Bridging Java in Objective-C Cocoa Apps (From: Eric Czarny <email@hidden>)

  • Prev by Date: Re: Sorting an NSOutlineView
  • Next by Date: Re: NSFileSystemFreeSize troubles
  • Previous by thread: Disadvantages of Bridging Java in Objective-C Cocoa Apps
  • Next by thread: Re: Disadvantages of Bridging Java in Objective-C Cocoa Apps
  • Index(es):
    • Date
    • Thread