Create and Burn a DVD from a java program on mac os x 10.5

S

SpreadTooThin

I have an application that needs to be able to burn DVDs/CDs.
The application is a Java Application.
I was wondering if there was a standard API to write / burn / verify
DVDs / CDs.
 
A

Arne Vajhøj

SpreadTooThin said:
I have an application that needs to be able to burn DVDs/CDs.
The application is a Java Application.
I was wondering if there was a standard API to write / burn / verify
DVDs / CDs.

Not standard.

Some burn programs expose a writeable file system. In that case
Java should be able to write files transparently to the CD/DVD.
But that is not the general case.

Arne
 
J

John B. Matthews

SpreadTooThin said:
I have an application that needs to be able to burn DVDs/CDs. The
application is a Java Application. I was wondering if there was a
standard API to write / burn / verify DVDs / CDs.

It's not part of the Java API, but you can exec a script to create,
mount, burn and verify CDs with /usr/bin/hdiutil:

<http://www.manpagez.com/man/1/hdiutil/>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,014
Latest member
BiancaFix3

Latest Threads

Top