This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Java in General and the fly likes Burning files to CD with JAVA ( Windows ) Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Burning files to CD with JAVA ( Windows )" Watch "Burning files to CD with JAVA ( Windows )" New topic
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
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Burning files to CD with JAVA ( Windows )
 
Similar Threads
Burning a CD with Java...
BIOS upgrade with no floppy drive
Linux or Windoze?
How to write a CD/DVD in Java
write to cd