1

Do you know if exists a good Java library to burn & print light scribe cd, if possible free or yet best open source

Have you already used some of them? It's possible to print either text and images on cd?

Zaheer Ahmed
  • 28,160
  • 11
  • 74
  • 110
Andrea Parodi
  • 5,534
  • 27
  • 46
  • It is unlikely that CD burning software APIs exist for Java. Any that do exist will be wrappers of other software (such as CDRecord). As to light scribe cds - Unless it appears as a standard printer it is unlikely that such an API would exist. – Michael Lloyd Lee mlk Sep 02 '10 at 14:49
  • So you're saying there is no a standard protocol to print a light scribe cd? I eventually have to support single burning programs? – Andrea Parodi Sep 02 '10 at 14:55

1 Answers1

1

You can download LightScribe SDKs for Windows, MacOS and Linux here, but there are to my knowledge no Java bindings, so you will have to use JNI to access the SDK functions.

jarnbjo
  • 33,923
  • 7
  • 70
  • 94