I recently started learning Java for one specific reason: To create a media player that would be able to access a CD (in the CD drive) and play tracks. Nothing fancy (i.e. supporting video files etc etc). Just stick in the CD, run the program, pick a track, play it. Will this be possible? I want to know if I can complete this task feasibly within Java or if I will have to consider another method.
Thanks,
old_man_funk
03-07-2005, 11:29 AM
sjalle
Yes, but you will have to dig up the classes yourself, as I am in a hurry right now...
03-07-2005, 06:00 PM
old_man_funk
Thanks. That alone is a great help, it assures me that I'm not wasting my time! Could anyone offer a bit more advice into how to get started please?
Thanks again,
old_man_funk
03-08-2005, 05:58 PM
old_man_funk
Don't want to keep going on about it, but can anyone help?