Search code examples
javamacoscocoaswtmacos-carbon

SWT app on Mac: Minimum requirements if I support Cocoa, but not Carbon?


I want to deploy an SWT application on Mac OS X. Since I'm relatively new to the Mac world, I'm a bit confused about the whole Carbon vs. Cocoa thing. Currently, SWT provides different jars for Carbon and Cocoa. So, if I decide to ship only with the Cocoa jar, what would be the minimum requirements for my application? Would it run, for example, on Mac OS X 10.5 and later? Thanks.


Solution

  • From Mac OS X 10.3 Panther Cocoa is available.