> I've been searching all over and I still haven't found an answer. Is
> there a way to eject a CD drive in Sun's Java? I've found the J++
> code, but I need either the code in Java or a free copy of the J++
> libraries. Thanks for help
>>I've been searching all over and I still haven't found an answer. Is
>>there a way to eject a CD drive in Sun's Java? I've found the J++
[quoted text clipped - 3 lines]
> JOptionPane.showMessageDialog(null, "Please eject CD drive " + path, "Eject",
> JOptionPane.PLAIN_MESSAGE);
:-)
Well that sure _is_ a cross-platform way to do it... *smirk* Unless, of
course, the target platform's usual "weakest link" (the user) does not
happen to understand English. (In which case this method is not
supported) :-)

Signature
-Aki "Sus" Laukkanen
Tor Iver Wilhelmsen - 25 Oct 2004 10:18 GMT
> Well that sure _is_ a cross-platform way to do it... *smirk* Unless,
> of course, the target platform's usual "weakest link" (the user)
> does not happen to understand English. (In which case this method is
> not supported) :-)
Solved by using ResourceBundle plus MessageFormat. :)