Add .jar file to Tibco Designer

I want to use class methods in a TIBCO Designer project (5.6). I am exporting a Java project to .jar using Eclipse Indigo. Then I create an AliasLibrary in Desinger and add .jar. But after I create the Java method, add a click to select the class, I click on my .jar file in the List of directory paths field and the Package / class list is empty. Can someone help me?

+6
source share
1 answer

Try compiling it with the same target Java version as TIBCO Designer / BW. Typically, TIBCO will use its own JRE, not necessarily the last / one that you installed if, for example, you installed the JDK.

+1
source

Source: https://habr.com/ru/post/895625/


All Articles