Okay, I got a unique Java task to complete. I am trying to problematically in Java take a mac OS .dmg file (a mountable disk image) and do the following:
1. Mount it
2. copy the contents out
3. unmount it


Anyone every done anything like this? We are trying to automate a deployment via java web start for our clients. (I actually download the dmg from our server).

Any ideas would be greatly appreciated!

Thanks,
Mike Valverde