det wrote:
We are checking the JStarBurn API whether we can use it in our Java-based archiving system.
Therefore we've downloaded the evaluation version of StarBurn SDK (version 7.2.20).
After performing some tests using JDK 1.5.0_11 unfortunately we've encountered the following problems:
1.
After a disc has been burned the device cannot be accessed (for example using WindowExplorer to read the just burned or another disc) until the JVM has terminated.
2.
The method cancelCurrentAction() does not have any effect. A test environment has been created containing approx. 1GB data to be burned to a DVD+RW disc.
At about 5% progress the method progressCallback() is executed, but the process is not cancelled. Instead the disc is burned completely.
3.
We are missing a method to load a disc, means to close the DVD-tray.
Now some questions have arisen:
Are these known bugs? Is there a new version of StarBurn SDK ready or in progress, which fixes these problems?
1. Please try to use JStarBurnBurnerGrabber::freeResources() method
when burning complete.
2. We'll check this problem.
3.Please write letter to me and I'll give you link to StarBurn SDK V10 RC.
In RC load method already implemented.