vote up 0 vote down star

I would like to avoid using native libaries if at all possible. Surely there is a better way to solve this issue for Linux, Windows and Mac OS X.

flag

0% accept rate

2 Answers

vote up 2 vote down

Sorry, you're out of luck. You'll need JNI, and it'll be obnoxiously different for different platforms. The base java libraries cover tasks and hardware that are pretty much universal. CD drives weren't and aren't considered so.

link|flag
vote up 0 vote down

You can use the Java Sound API. I believe this is part of java 5. This may allow you to do what you want to do.

http://java.sun.com/products/java-media/sound/

here are some examples:

http://www.jsresources.org/examples/

link|flag
This solution appears to only work for Linux using the Tritonus implementation of the Java Sound API (it essentially provides a CDDA extension to the standard API). – Paul Reilly Sep 17 '08 at 4:23

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.