Can we access cd rom in java?I want to open/close CD Rom tray.and also want to On/Off monitor using java.Is there any way to do this ?
don't know about java but yea you can do it easily in VC++ but if you can do inVC++ then using jini you can do it is java too
I dont think so. It could be possible with JNI but thenthe program would not run on other systems.Use MSVC (ioctl) to access the cdrom struct (if it works like c thatis).