TIBCO Java Custom Function is a shared resource of JAVA Palette in TIBCO Designer which is used to add custom JAVA functions into the pool of available custom functions to be used in XPath Editor in TIBCO Designer processes. Public Static methods of a JAVA class (having return type other than void) are made available in TIBCO designer processes using Java Custom Function resource.
Watch below video tutorial by TutorialsPedia.com explaining the usage of Java Custom Function in TIBCO.
Hi Ajmal,
I was going through your video . For me its not creating folder with the prefix name . Its directly creating function with the prefix name and below I am getting unsupported major, minor version 52.0 .
I got the solution thanks . I compiled with higher version and tibco designer use lower version of JRE. So it was not happening .
Thanks Nikhil. it helped me.
Hi Ajmal,
I have created a custom function and it is working fine in the same project.Now , I want to use the same function in other projects as well. Can you please explain me the way we can make the function available to all the other applications/projects
Create a project library including the functions u have created.hope it helps ur requirement.
My custom java function working file locally.But when i deploy code on administrator it gives error function not in scope