• 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: architecture of bundle launcher app
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: architecture of bundle launcher app


  • Subject: Re: architecture of bundle launcher app
  • From: Greg Guerin <email@hidden>
  • Date: Fri, 1 Jun 2007 18:38:58 -0700

Paul Archibald wrote:

>This is not a big deal, since our app is not actually running under Rosetta
>at all, being a Java app, but can anyone tell me just how to build that
>little executable as a UBin?

Get this file from your Intel-based Mac:
  /System/Library/Frameworks/JavaVM.framework/Resources//MacOS/JavaApplicationStub

Put it in the same place on your ppc-based Mac, or add it to your own build
phase to overwrite what Xcode puts there itself (which it gets from the
above path).

It won't really matter, but it might reduce the freakouts.
  <http://developer.apple.com/qa/qa2005/qa1295.html>

Also search java-dev list for Universal Binary and/or JavaApplicationStub.
It's come up there before.

BTW, you can make a Java app run under Rosetta by setting its JVMVersion
key to 1.3*.  It'll be slower than usual, and will show up in Activity
Monitor as PPC, but it does work, and I've sometimes been deceived into
thinking "Argh, stupid network's down" when it's really the Rosetta'ed
version starting up because of ye anciente version keye.

  -- GG


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Prev by Date: Re: architecture of bundle launcher app
  • Next by Date: how do you close extended build results?
  • Previous by thread: Re: architecture of bundle launcher app
  • Next by thread: how do you close extended build results?
  • Index(es):
    • Date
    • Thread