aspose file tools
The moose likes Java in General and the fly likes write to cd Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "write to cd" Watch "write to cd" New topic
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.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: write to cd
 
Similar Threads
Program: Change Due/Tendered
How to go back to the starting directory or Home directory
CD & DVD Burning
How to write a CD/DVD in Java
K&B Mock Exam