Hi all. I am new to this forum.
1. I have a project in my eclipse workspace and this is a standard Java project. It is not a Crystal Reports project from CR4E plugin.
2. This project uses some .RPT files as report definitions. Those definitions come from somewhere outside. (it is not important where are they from).
3. Using given jar libraries from plugin library and java docs founded mailny through this site I had written a class than can load the .RPT file, pass required parameter, redefine neccessary datasources for subreports etc. and finally put the report to the printer.
4. It all goes quite good and even complicated reports print fine.
and here goes the problem:
On every report site bottom I receive a watermark "Register for FREE at www.businessobjects.com/eclipse to remove this message". I registered for free and obtained the kay jar file and copied it to proper dir. Then I realized that this key reg feature is only for projects of Crystal Reposrts type.
I notieced that in 'build/classes' directory of CR project in eclipse we have CRConfig.xml file and within it there is a record containing the key. But how to pass the key to the project of standard java application type?
But my necessity is to be able to print some reports through my standard java application, not through some EE or CR projects. Is it possible? Of course I mean print reports without watermarks.
Please help.
Bart
I've just found that and it clears all my doubts. So there is no problem anymore.