How to detect whether CD is inserted or not?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ragini b
    New Member
    • Dec 2007
    • 1

    #1

    How to detect whether CD is inserted or not?

    Hello
    Is there any code in Java to detect CD ? Is there any Java package related to drivers,interfa ces,hardware?
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by ragini b
    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.

    kind regards,

    Jos

    Comment

    Working...