Why do I get a "version mismatch" error when I try to run Java sample sdklisten, even though I can compile the samples that come with SDK?
book
Article ID: KB0091272
calendar_today
Updated On:
Products
Versions
TIBCO Adapter SDK
-
Not Applicable
-
Description
Resolution: A "version mismatch error" indicates that the RV used by SDK has loaded a jar file and a share library file (.DLL or .so) that have different version number. This can happen when you have multiple versions of RV installed and the CLASSPATH environment does not point to the same installation as PATH ( Windows)/LD_LIBRARY_PATH (Solaris)/SHLIB_PATH (HP-UX) .
Issue/Introduction
Why do I get a "version mismatch" error when I try to run Java sample sdklisten, even though I can compile the samples that come with SDK?