Hello
Is there any code in Java to detect CD ? Is there any Java package related to drivers,interfa ces,hardware?
Java is not the right tool for this job; if you want C or C++ you know where to find it.
If all else fails check out JNI and tightly couple your program to specific hardware
and/or OS.
Comment