As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
Maybe this will help. This works on AIX. From the Focexec, call a Unix shell script. The shell script then calls the Java API. To call the Unix shell scrip, use syntax ! shellscr.sh The ! starts an operating system command. In the shell script set the java_home path and then call your Java API as follows: JAVA_HOME="/usr/java14" $JAVA_HOME/bin/java com.adhoc.email.EmailApplication
Here EmailApplication is my Java API
Diptesh WF 7.1.7 - AIX, MVS
Posts: 79 | Location: Warren, NJ, USA | Registered: October 25, 2006
Not sure what functions you want to invoke, but there are a few functions avaialble inside the WebFOCUS expression language. For example, DSTRUN will tell the distribution server to RUN a job.
Brian Suter VP WebFOCUS Product Development
Posts: 200 | Location: NYC | Registered: January 02, 2007
I'm not entire sure what you want to do. However, I have been able to call a Javascript function which then calls a Java API. Google LiveConnect, javascript, java for the details.