I have created a Java application to export a simple crystal report using the CR4E runtime jars (1.0). At the bottom of each page of the report, I am receiving a register message even though I have the CRConfig.xml (already registered) in the classpath of the application. I did not have this problem when using the same functionality in a JSP web site. How do you remove the license message at the bottom of each page for a java application? I have tried moving the file around and changing the classpath of the java executable, but nothing has worked to remove the message. I also tried using CR4E 2.0 with the same results. Thanks in advance...