Philip Bays sent [6.50a gmt 2004 March 19 Friday] : >I went to the Apple developer page and entered Safari and mime as >search terms. About 16 hits, most of which I did not understand, >being a non-programmer. However, the following may be of interest. >I think it is talking about parameters we must enter when we use the >bundler ap to create an application. > >Can one of the mac users interpret this for us? > > >http://developer.apple.com/documentation/MacOSX/Conceptual/ >BPRuntimeConfig/Tasks/ConfigApplications.html > >
hi Phil, I belive you are on the right track here. JarBundler gives you the opportunity to add properties to an application before it is bundled (in the Properties tab). these properties end up in the app package (choose Get Info:Show Package Contents) as a file called info.plist. I don't believe you can edit this file directly; at least, I couldn't. but if you know how to code plists you can add MIME types, file extensions, and more to the app in JarBundler. I do not know if there is a way to add these properties as java classes in the Jmol source itself. I will try to create a 'template' for building Jmol.app using JarBundler and circulate it to the list; it may be a few days though. regards, :tim -- timothy driscoll molvisions - molecular graphics & visualization <http://www.molvisions.com/> usa:north carolina:wake forest ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click _______________________________________________ Jmol-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jmol-users

