
|
If you were logged in you would be able to see more operations.
|
|
|
Spark
Created: 02/07/07 05:47 PM
Updated: 02/07/07 05:48 PM
Due: 02/07/07
|
|
| Component/s: |
Mac
|
| Affects Version/s: |
2.5.0 Beta 2
|
| Fix Version/s: |
2.5.0 Beta 3
|
|
|
Environment:
|
Mac OS X/Intel
|
|
| Support Plan Customer Issue: |
No
|
| Resolution Date: |
02/07/07 05:48 PM
|
| Acceptance Test - Add?: |
No
|
|
Java applications on OSX are launched by a small native program called JavaApplicationStub. Jarbundler grabs the JavaApplicationStub included with the OS, but on PPC Macs that's a PPC-only binary. This causes OSX to use the Rosetta PPC emulation system to start JavaApplicationStub up, which is probably slowing our launch time a little on Intel Macs.
|
|
Description
|
Java applications on OSX are launched by a small native program called JavaApplicationStub. Jarbundler grabs the JavaApplicationStub included with the OS, but on PPC Macs that's a PPC-only binary. This causes OSX to use the Rosetta PPC emulation system to start JavaApplicationStub up, which is probably slowing our launch time a little on Intel Macs. |
Show » |
|