vote up 0 vote down star

Hi, I have one crystal report and i want to create one front end application using java to show the reports to user. Can any one give me the code how can i invoke crystal reports through a java application?

flag

13% accept rate
1  
You should let people know from what UI technology stack - Swing, JSP, SWT, etc. – Tom Sep 30 at 5:47
Shalma, you added the swing, jsp, and swt tags. They are mutually exclusive. Swing is for standard desktop programs. JSP is for web application delivered over the web browser. SWT is an alternative to Swing with a more native look-and-feel. – Jeremy Stein Sep 30 at 13:21

2 Answers

vote up 0 vote down

There is a third party tool called crystal clear that we use at my company that does this. I'll give you a few words of caution though, it is not free and you do need to make changes to your application to support it. We use it with jsps but it's pure java so you could, theoretically, use any of the front end technologies you've tagged this question with.

link|flag
vote up 0 vote down

You may be able to do this using Crystal Reports for Eclipse. This has APIs for both Java applications and web applications.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.