| Author |
write to cd
|
Rashi Garg
Greenhorn
Joined: Jul 05, 2009
Posts: 11
|
|
Hi,
I am getting a problem in how to write data to cd using java..
Hope somebody helps me.
Thanks in advance.
Regards
Rashi
|
Scjp 1.6
|
 |
Pratap koritala
Ranch Hand
Joined: Sep 27, 2006
Posts: 251
|
|
In windows there is IMAPI native API for CD Burning, You can call that through Java Native Interface...
For other platforms too,I am sure there would be native APIs or libraries which you can call through JNI...
Native API's can expect complex structures, so you can write the whole burning thing in C and wrap it up with some function and just call that function from java through JNI...
If the whole application is a burning application,you can forget about java.
|
 |
 |
|
|
subject: write to cd
|
|
|