tags:

views:

319

answers:

2

Hi All, I am new to MAC environment. Is there any way that I can convert classic MAC app file so that it can be read on MAC OS X? Also, is there any good tutorial for how to write .app file for a JAVA application. Thanks

+2  A: 
  1. Mac is not an acronym.

  2. Whether or not anything on OS X will be able to open your file depends entirely on what kind of file it is.

  3. This isn't really a programming question.

Azeem.Butt
He just likes capital letters. Look at his name. =)
Marc W
+1  A: 

Support for classic mode ( runs older mac software was dropped with 10.5). If you search for classic mode you can find some emulators/virtual machines which may run classic apps. I have not tried any of these.

.app is not a file format. It is actually a directory with a defined structure. If you show contents on an app from finder, you can browse this contents of the directory.

As for putting an jar file in an .app bundle, check the help for Jar Bundler. It is included with XCode and can be found under Developer/Applications/Utilites. This utility turns a jar app into a .app bundle.

Dave L Delaney
I thought they dropped Classic mode with the Intel apps. My first Intel Mac was running 10.4 but not classic.
David Thornley