Exception in thread "main" java.lang.UnsupportedClassVersionError: com/tibco/tibrv/TibrvException (Unsupported major.minor version xx.x)

Exception in thread "main" java.lang.UnsupportedClassVersionError: com/tibco/tibrv/TibrvException (Unsupported major.minor version xx.x)

book

Article ID: KB0088508

calendar_today

Updated On:

Products Versions
TIBCO Rendezvous -
Not Applicable -

Description

Resolution:
Description:
= = = = = = =
This exception indicates the compilation JDK and running JRE are not compatible.

Resolution:
= = = = = = =
Most of time, you run into this issue by copying the class files to your test directory. You can resolve this issue by recompiling the Java source code. If recompiling the Java source code does not fix the problem, check your “path” environment variable and make sure that javac and java are of the same Java version.

Issue/Introduction

Exception in thread "main" java.lang.UnsupportedClassVersionError: com/tibco/tibrv/TibrvException (Unsupported major.minor version xx.x)