Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Add .jar file into Tibco Designer

Tags:

java

tibco

I want to use my class methods into TIBCO Designer(5.6) project. I export my Java project into .jar with my Eclipse Indigo. Then I create AliasLibrary in the Desinger and add the .jar. But after I create Java Method add click to choose Class, I click on my .jar file in Class Path Archive List field and Package / Class list is empty. Can anyone help me?

like image 481
Svetoslav Avatar asked Aug 22 '11 20:08

Svetoslav


People also ask

How do I add a library to Tibco BW?

Right-click the new project, and then select Build Path > Add libraries from the pop-up menu. The Add Library window opens. Select User Library from the library type list, and then click Next.

How do I import a jar file into studio?

If you are unable to find the libs folder in Android studio then open your android project in “Project” mode If the project is already opened in the “Android” mode. Then go to Your Project Name > app > libs and right-click on it and paste the downloaded JAR files.


1 Answers

Try compiling it to the same target Java version as TIBCO Designer/BW is using. Usually TIBCO will use its own JRE, not necessarily the latest/the one you've installed if e.g. you've installed the JDK.

like image 89
stoft Avatar answered Oct 05 '22 08:10

stoft