I'm working on a application called LMCT(Let Me Copy That) and it is programed in Java, I just need to know how to burn to a DVD/CD from java.
any example, API or link is welcome.
I'm working on a application called LMCT(Let Me Copy That) and it is programed in Java, I just need to know how to burn to a DVD/CD from java.
any example, API or link is welcome.
I've done this using COM4J and IMAPI (works on Windows only).
This sample code burns an ISO file using the first CD recording device in the system:
I had to supplement the COM4J generated classes a bit because the generator didn't do a perfect job: