History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: SPARK-537
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Trivial Trivial
Assignee: David Smith
Reporter: David Smith
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Spark

Need a universal binary of the JavaApplicationStub for 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

Time Tracking:
Not Specified

Environment: Mac OS X/Intel

Support Plan Customer Issue: No
Resolution Date: 02/07/07 05:48 PM
Acceptance Test - Add?: No


 Description  « Hide
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.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
David Smith - 02/07/07 05:48 PM
Fixed in r7038