Crystal Report in Swing
I'm using a java swing code to view and print a report generated by crystal report. Can i directly access the java api through pure java code? or i need to make a .dll or use jni to access it. Please help me. Thanks so much
[231 byte] By [
Ladiea] at [2007-9-29 23:38:25]

yes you can access the api directly with java, no dll, jni involved.I wish you were more specific of what you are doing since I was working on a similar project.