Can anyone guide me that how to call crystal reportsfrom java
You should be able to call methods from the .dll through a jni program.If you have crystal reports installed on your machine, then there is a .dllthere with it that should be interactive with java through the jni interface.There are examples of how to do a jni program in the java tutorial athttp://java.sun.com