Class is not showing in "Java Global Instance".

Class is not showing in "Java Global Instance".

book

Article ID: KB0089522

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks -
Not Applicable -

Description

Description:
After copying a third-party JAR file into the TIBCO classpath, some classes or methods are not found when loading from the "Java Method" activity.
Symptoms:
Some classes or methods cannot be shown when loading from the Java Method activity.

Cause:

1). Related library JAR file can not be added to the classpath.

2). Related class path not specified in Java code.

3). Compiled in lower Java environment.

4). Conflict with other JAR files.

Resolution

Find out which of the above causes is applicable in your case and put the related JAR files together in the classpath folder.

Issue/Introduction

Class is not showing in "Java Global Instance".