Hi,
I have successfully created and implemented UFL DLLs using C# & Visual Basic into Crystal Reports 2008 but now have a need to use Java UFLs. Using the SAP article that describes how to create a library, I created MyFunctions.java and MyLibrary.java, which I was able to compile into MyFunctions.class and MyLibrary.class. (I did this using the command line.)
My question is, is a Java UFL a .jar file, a .class file or something else? I did archive the .class files into a .jar file but was not able to see the functions in Crystal Reports.
I added all the correct files into the correct paths (CLASSPATH & PATH), including CRConfig.xml. I also changed CR options to Java UFLs only.
Is there any more definitive information about creating Java UFLs?
Thanks.
Ron