| Author |
Burning files to CD with JAVA ( Windows )
|
Johannes Salter
Greenhorn
Joined: May 02, 2010
Posts: 15
|
|
Howdy!
It seems like I have to write a small JAVA application that burns certain files from a directory to CD.
After burning, I have to check the integrity of the files on CD ( md5sum or similar ).
The program is intended to be run on Windows XP SP 3 ( although it would elegant nice to have a OS-independent solution ).
Is there a way to do this quick and dirty?
Thanks!
|
 |
Johannes Salter
Greenhorn
Joined: May 02, 2010
Posts: 15
|
|
|
Double post.
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19216
|
|
|
This requires low-level device access which you will only get using JNI. And that makes it inherently OS-dependent.
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
 |
|
|
subject: Burning files to CD with JAVA ( Windows )
|
|
|