Mailing Lists: Apple Mailing Lists
Image of Mac OS face in stamp
Re: Changing a File in Frameworks
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Changing a File in Frameworks



At 2:06 PM -0400 8/27/02, Craig Bakalian wrote:
I never had to do this until now, but changing a file in the JavaVM.framework is not permitted. I want to change the soundbank.gm file in the audio folder to the one I downloaded from Sun. It is better, bigger and most likely will improve the sound quality of midi instruments. Is there a way to change a file in the JavaVM.framework?

Sure...just be sure to do it as root, and to set permissions appropriately afterwards. Here's a quick example, presuming that the new soundbank is on your desktop:
-----
cd /System/Library/Frameworks/JavaVM.framework/Home/lib/audio/
sudo cp ~/Desktop/soundbank.gm .
sudo chown root.wheel soundbank.gm
sudo chmod 0644 soundbank.gm
-----

Hope this helps,
Eric

--
Eric Albert email@hidden
http://rescomp.stanford.edu/~ejalbert/
_______________________________________________
java-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/java-dev
Be sure to read the FAQ http://developer.apple.com/java/faq/ before posting
Do not post admin requests to the list. They will be ignored.

References: 
 >Changing a File in Frameworks (From: Craig Bakalian <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2011 Apple Inc. All rights reserved.