Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #9589
| Newsgroups | comp.lang.java.programmer |
|---|---|
| From | Andreas Leitgeb <avl@gamma.logic.tuwien.ac.at> |
| Subject | Re: burn files to DVD with Java |
| References | <jjhab7h25hq9t06keihs3bof1u4fgsmjed@4ax.com> |
| Message-ID | <slrnjbb1uq.fvg.avl@gamma.logic.tuwien.ac.at> (permalink) |
| Date | 2011-11-05 19:00 +0000 |
Roedy Green <see_website@mindprod.com.invalid> wrote: > Perhaps I could finish it off with Java code to do the burn. I did > not see anything in a cursory google search. My own entry was at the > top of the list -- not much help. Has anyone ever heard of a Java > library for burning DVDs? I doubt, you'll find a pure-Java library, but if a separate executable written in C (or C++, not sure) is acceptable, then perhaps Jörg Schilling's "cdrecord" might serve you. I'd expect it to be available also for windows. You could then write a Java library to start that other program for the actual work. ... or maybe even that already exists... PS: cdrecord is supposed to be very portable.
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar
burn files to DVD with Java Roedy Green <see_website@mindprod.com.invalid> - 2011-11-05 07:29 -0700 Re: burn files to DVD with Java Andreas Leitgeb <avl@gamma.logic.tuwien.ac.at> - 2011-11-05 19:00 +0000 Re: burn files to DVD with Java Arne Vajhøj <arne@vajhoej.dk> - 2011-11-05 16:05 -0400
csiph-web