hı everybody!Does java have cd-burning Apı?if it has how can I reach the cd burn apı of java? I am planning to write cd burning program like in nero small size.
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
hı everybody!Does java have cd-burning Apı?if it has how can I reach the cd burn apı of java? I am planning to write cd burning program like in nero small size.
Hi Ersan,
As you have already posted this in the JNI forum. I will assume that you have already looked around for libraries for burning CDs within Java and have failed to find any. If this is the case, your next step is to locate a native library, or one for each platform you wish to support. Once you have found a library you then need to write a JNI wrapper for that library which can then be compiled into a JNI header and linked from Java.
If you have never used JNI before I strongly urge you to look over a bunch of online tutorials, and take you time to research and perhaps create a couple of simple examples to practise before looking at wrapping what could potentially be a large library.
The following tutorial is fairly comprehensive and should get you well on your way.
JNI Tutorial - http://www3.ntu.edu.sg/home/ehchua/programming/java/JavaNativeInterface.html